-
Method Summary
boolean
boolean
boolean
boolean
void
boolean
default boolean
int[]
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, retainAll, size, spliterator, stream, toArray, toArray
Methods inherited from interface net.sf.jstuff.core.collection.ext.CollectionExt
addAll, addAll, addAll, addAll, addAll, addAll, addIfAbsent, addIfAbsentByIdentity, containsIdentical, isNotEmpty, removeIfNot
-
Method Details
-
add
boolean add(int value)
-
addAll
boolean addAll(int... values)
-
contains
boolean contains(int value)
-
containsAll
boolean containsAll(int... values)
-
-
-
-
-
toValueArray
int[] toValueArray()
removeIf(IntPredicate)