groovy.lang
[Java] Class NonEmptySequence
java.lang.Object
  
java.util.AbstractCollection
      
java.util.AbstractList
          
java.util.ArrayList
              
groovy.lang.Sequence
                  
groovy.lang.NonEmptySequence
public class NonEmptySequence
extends Sequence
 Represents a sequence of objects which represents one or many instances of
 of objects of a given type. The type can be omitted in which case any type of
 object can be added.
 
- Authors:
 - James Strachan
 
- Version:
 - \$Revision\$
 
    
     
    
     
                | 
                Methods inherited from class Sequence
                 | 
                | add, add, addAll, addAll, checkCollectionType, checkType, clear, equals, equals, getMetaClass, getProperty, hashCode, invokeMethod, minimumSize, remove, removeRange, set, set, setMetaClass, setProperty, type | 
                
                 
                | 
                Methods inherited from class ArrayList
                 | 
                | add, add, get, clone, indexOf, clear, contains, isEmpty, lastIndexOf, size, subList, toArray, toArray, addAll, addAll, iterator, remove, remove, set, ensureCapacity, trimToSize, listIterator, listIterator, removeAll, retainAll, equals, hashCode, toString, containsAll, wait, wait, wait, getClass, notify, notifyAll | 
                
                 
    
    
        
        NonEmptySequence
        public NonEmptySequence()
        
        - 
        
 
        
        
        
    
        
        NonEmptySequence
        public NonEmptySequence(Class type)
        
        - 
        
 
        
        
        
    
        
        NonEmptySequence
        public NonEmptySequence(Class type, List content)
        
        - 
        
 
        
        
        
    
     
    
    
        
        minimumSize
        public int minimumSize()
        
        - 
        
 
        
        
        
    
     
Copyright © 2003-2011 The Codehaus. All rights reserved.