public class NonEmptySequence extends Sequence
Represents a sequence of one or more objects of a given type. The type can be omitted in which case any type of object can be added.
Constructor and description |
---|
NonEmptySequence () |
NonEmptySequence (Class type) |
NonEmptySequence (Class type, List content) |
Type Params | Return Type | Name and description |
---|---|---|
public int |
minimumSize () |
Methods inherited from class | Name |
---|---|
class Sequence |
add, add, addAll, addAll, checkCollectionType, checkType, clear, equals, equals, getMetaClass, getProperty, hashCode, invokeMethod, minimumSize, remove, removeRange, set, set, setMetaClass, setProperty, type |
Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.