|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NumberCollection | |
---|---|
pl.netanel.swt.matrix | Contains Matrix - a tabular SWT widget with unlimited capacity and instant rendering. |
Uses of NumberCollection in pl.netanel.swt.matrix |
---|
Subinterfaces of NumberCollection in pl.netanel.swt.matrix | |
---|---|
interface |
NumberContinuum<N extends Number>
Represents a continuum of integer numbers, from 0 to given count. |
interface |
NumberList<N extends Number>
List of integer numbers. |
interface |
NumberSet<N extends Number>
Represents a set of unique numbers. |
Methods in pl.netanel.swt.matrix that return NumberCollection | |
---|---|
NumberCollection<N> |
NumberCollection.copyNumberCollection()
Returns a copy of this collection. |
NumberCollection<N> |
Section.getInvisible()
Returns a union set hidden, collapsed and filtered indexes. |
Methods in pl.netanel.swt.matrix with parameters of type NumberCollection | |
---|---|
boolean |
NumberSet.add(NumberCollection<N> set)
Adds the content of the given set to this set. |
boolean |
NumberCollection.containsAll(NumberCollection<N> set)
Returns true if this set contains all the numbers from the given set. |
boolean |
NumberCollection.containsAny(NumberCollection<N> set)
|
boolean |
NumberContinuum.move(NumberCollection<N> subject,
Matrix.DropPosition dropPosition,
N target)
|
boolean |
NumberSet.remove(NumberCollection<N> set)
Removes the content of the given set from this set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |