|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.emory.mathcs.util.collections.longs.AbstractLongCollection
edu.emory.mathcs.util.collections.longs.AbstractLongSet
edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet
edu.emory.mathcs.util.collections.longs.AbstractLongInterval
edu.emory.mathcs.util.collections.longs.AbstractLongInterval.ConstrainedView
Nested Class Summary |
Nested classes inherited from class edu.emory.mathcs.util.collections.longs.AbstractLongInterval |
AbstractLongInterval.ComplementView, AbstractLongInterval.ConstrainedView, AbstractLongInterval.SimpleIntervalItemIterator, AbstractLongInterval.SimpleReverseIntervalItemIterator |
Nested classes inherited from class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet |
AbstractLongSortedSet.AbstractComplementSubView, AbstractLongSortedSet.AbstractSubView, AbstractLongSortedSet.ForwardIntervalItemIterator, AbstractLongSortedSet.ReverseIntervalItemIterator |
Method Summary | |
LongSet |
complementSet()
Returns a complement view of this set. |
protected long |
getFirst()
|
protected long |
getLast()
|
long |
max()
The largest number that can be stored in this set. |
long |
min()
The smallest number that can be stored in this set. |
LongSortedSet |
subSet(long first,
long 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.longs.AbstractLongInterval |
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.longs.AbstractLongSortedSet |
headSet, retainAll, tailSet, toCompactString |
Methods inherited from class edu.emory.mathcs.util.collections.longs.AbstractLongSet |
addAll, equals, hashCode, removeAll |
Methods inherited from class edu.emory.mathcs.util.collections.longs.AbstractLongCollection |
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.longs.LongSortedSet |
headSet, tailSet, toCompactString |
Methods inherited from interface edu.emory.mathcs.util.collections.longs.LongSet |
add, addAll, containsAll, equals, hashCode, remove, removeAll, retainAll, size, toArray, toArray |
Method Detail |
protected long getFirst()
getFirst
in class AbstractLongInterval
protected long getLast()
getLast
in class AbstractLongInterval
public long min()
LongSet
min
in interface LongSet
min
in class AbstractLongInterval
public long max()
LongSet
max
in interface LongSet
max
in class AbstractLongInterval
public LongSortedSet subSet(long first, long last)
LongSortedSet
subSet
in interface LongSortedSet
subSet
in class AbstractLongInterval
public LongSet complementSet()
LongSet
complementSet
in interface LongSet
complementSet
in class AbstractLongInterval
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |