|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AcceptUniqueSequence | |
|---|---|
| org.jjoost.util.filters | |
| Uses of AcceptUniqueSequence in org.jjoost.util.filters |
|---|
| Methods in org.jjoost.util.filters that return AcceptUniqueSequence | ||
|---|---|---|
static
|
AcceptUniqueSequence.get()
Returns a Filter which returns true if and only if the previously tested value is not equal to the value
being tested, using regular object equality. |
|
static
|
AcceptUniqueSequence.get(Equality<? super V> eq)
Returns a Filter which returns true if and only if the previously tested value is not equal to the value
being tested, using the provided definition of equality. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||