GroovyObject
public class NonEmptySequence extends Sequence
Constructor | Description |
---|---|
NonEmptySequence() |
|
NonEmptySequence(java.lang.Class type) |
|
NonEmptySequence(java.lang.Class type,
java.util.List content) |
Modifier and Type | Method | Description |
---|---|---|
int |
minimumSize() |
clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, removeAll, removeIf, replaceAll, retainAll, size, sort, spliterator, subList, toArray, toArray, trimToSize
containsAll, of, of, of, of, of, of, of, of, of, of, of, of
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(java.lang.Class type)
public NonEmptySequence(java.lang.Class type, java.util.List content)
public int minimumSize()
minimumSize
in class Sequence