|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.emory.mathcs.util.collections.ints.AbstractIntCollection
edu.emory.mathcs.util.collections.ints.AbstractIntSet
edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet
edu.emory.mathcs.util.collections.ints.AbstractIntInterval
edu.emory.mathcs.util.collections.ints.AbstractIntInterval.ConstrainedView
| Nested Class Summary |
| Nested classes inherited from class edu.emory.mathcs.util.collections.ints.AbstractIntInterval |
AbstractIntInterval.ComplementView, AbstractIntInterval.ConstrainedView, AbstractIntInterval.SimpleIntervalItemIterator, AbstractIntInterval.SimpleReverseIntervalItemIterator |
| Nested classes inherited from class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet |
AbstractIntSortedSet.AbstractComplementSubView, AbstractIntSortedSet.AbstractSubView, AbstractIntSortedSet.ForwardIntervalItemIterator, AbstractIntSortedSet.ReverseIntervalItemIterator |
| Method Summary | |
IntSet |
complementSet()
Returns a complement view of this set. |
protected int |
getFirst()
|
protected int |
getLast()
|
int |
max()
The largest number that can be stored in this set. |
int |
min()
The smallest number that can be stored in this set. |
IntSortedSet |
subSet(int first,
int last)
A subset view containing all elements from this set between first, inclusive, and last, inclusive. |
| Methods inherited from class edu.emory.mathcs.util.collections.ints.AbstractIntInterval |
addInterval, ceiling, ceilingInterval, clear, contains, containsInterval, descendingIntervalIterator, descendingIterator, enclosingInterval, first, firstInterval, floor, floorInterval, higher, higherInterval, intervalCount, intervalIterator, isEmpty, iterator, last, lastInterval, lower, lowerInterval, pollFirst, pollFirstInterval, pollLast, pollLastInterval, removeInterval, retainInterval, size64, toString |
| Methods inherited from class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet |
headSet, retainAll, tailSet, toCompactString |
| Methods inherited from class edu.emory.mathcs.util.collections.ints.AbstractIntSet |
addAll, equals, hashCode, removeAll |
| Methods inherited from class edu.emory.mathcs.util.collections.ints.AbstractIntCollection |
add, containsAll, remove, size, toArray, toArray |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface edu.emory.mathcs.util.collections.ints.IntSortedSet |
headSet, tailSet, toCompactString |
| Methods inherited from interface edu.emory.mathcs.util.collections.ints.IntSet |
add, addAll, containsAll, equals, hashCode, remove, removeAll, retainAll, size, toArray, toArray |
| Method Detail |
protected int getFirst()
getFirst in class AbstractIntIntervalprotected int getLast()
getLast in class AbstractIntIntervalpublic int min()
IntSet
min in interface IntSetmin in class AbstractIntIntervalpublic int max()
IntSet
max in interface IntSetmax in class AbstractIntInterval
public IntSortedSet subSet(int first,
int last)
IntSortedSet
subSet in interface IntSortedSetsubSet in class AbstractIntIntervalpublic IntSet complementSet()
IntSet
complementSet in interface IntSetcomplementSet in class AbstractIntInterval
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||