GroovyObject
, Serializable
, Cloneable
, Iterable
, Collection
, List
, RandomAccess
public class NonEmptySequence extends Sequence
modCount
Constructor | Description |
---|---|
NonEmptySequence() |
|
NonEmptySequence(Class type) |
|
NonEmptySequence(Class type,
List content) |
Modifier and Type | Method | Description |
---|---|---|
int |
minimumSize() |
containsAll, toString
clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, removeAll, removeIf, replaceAll, retainAll, size, sort, spliterator, subList, toArray, toArray, trimToSize
parallelStream, stream
containsAll
finalize, getClass, notify, notifyAll, wait, wait, wait
add, add, addAll, addAll, checkCollectionType, checkType, clear, equals, equals, getMetaClass, getProperty, hashCode, invokeMethod, remove, removeRange, set, set, setMetaClass, setProperty, type
public NonEmptySequence()
public NonEmptySequence(Class type)
public int minimumSize()
minimumSize
in class Sequence