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