|
||||||||||
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.LongCollections.SimpleInterval
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 |
Constructor Summary | |
LongCollections.SimpleInterval(long first,
long last)
|
Method Summary | |
long |
first()
Returns the smallest number in this set. |
long |
getFirst()
|
long |
getLast()
|
long |
last()
Returns the largest number in this set. |
long |
max()
The largest number that can be stored in this set. |
long |
min()
The smallest number that can be stored in this set. |
Methods inherited from class edu.emory.mathcs.util.collections.longs.AbstractLongInterval |
addInterval, ceiling, ceilingInterval, clear, complementSet, contains, containsInterval, descendingIntervalIterator, descendingIterator, enclosingInterval, firstInterval, floor, floorInterval, higher, higherInterval, intervalCount, intervalIterator, isEmpty, iterator, lastInterval, lower, lowerInterval, pollFirst, pollFirstInterval, pollLast, pollLastInterval, removeInterval, retainInterval, size64, subSet, 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 |
Constructor Detail |
public LongCollections.SimpleInterval(long first, long last)
Method Detail |
public long getFirst()
getFirst
in class AbstractLongInterval
public long getLast()
getLast
in class AbstractLongInterval
public long first()
LongSortedSet
first
in interface LongSortedSet
first
in class AbstractLongInterval
public long last()
LongSortedSet
last
in interface LongSortedSet
last
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |