|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NumberList<N extends java.lang.Number>
List of integer numbers.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface pl.netanel.swt.matrix.NumberSet |
---|
NumberSet.Query<N extends java.lang.Number> |
Method Summary | |
---|---|
N |
first()
|
N |
get(N index)
Returns the number at given position in the list. |
N |
indexOf(N number)
Returns the position of the given number in the list. |
N |
last()
|
Methods inherited from interface pl.netanel.swt.matrix.NumberSet |
---|
add, add, add, add, addAll, change, clear, copy, copyNumberSet, delete, delete, delete, extentIterator, getUnchecked, insert, numberIterator, remove, remove, remove, remove, removeAll, toggle |
Methods inherited from interface pl.netanel.swt.matrix.NumberCollection |
---|
contains, contains, contains, containsAll, containsAll, containsAll, containsAny, containsAny, containsAny, copyNumberCollection, getCount, getCount, isEmpty, seq, seq |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Method Detail |
---|
N get(N index)
index
- position of the item in the list
N indexOf(N number)
number
- number to get the position of
N first()
N last()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |