| 
Groovy 1.8.5 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
groovy.lang.Tuple
public class Tuple extends AbstractList
Represents a list of Integer objects from a specified int up to but not including a given and to.
| Constructor Summary | |
            Tuple(Object[] contents)
             | 
        |
| Method Summary | |
|---|---|
            boolean
         | 
        
            equals(Object that)
             | 
        
            boolean
         | 
        
            equals(Tuple that)
             | 
        
            Object
         | 
        
            get(int index)
             | 
        
            int
         | 
        
            hashCode()
             | 
        
            int
         | 
        
            size()
             | 
        
            List
         | 
        
            subList(int fromIndex, int toIndex)
             | 
        
| Methods inherited from class AbstractList | |
|---|---|
| add, add, get, equals, hashCode, indexOf, clear, lastIndexOf, subList, addAll, iterator, remove, set, listIterator, listIterator, toString, contains, isEmpty, size, toArray, toArray, addAll, remove, containsAll, removeAll, retainAll, wait, wait, wait, getClass, notify, notifyAll, size | 
| Methods inherited from class AbstractCollection | |
|---|---|
| add, toString, clear, contains, isEmpty, size, toArray, toArray, addAll, iterator, remove, containsAll, removeAll, retainAll, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll | 
| Constructor Detail | 
|---|
public Tuple(Object[] contents)
| Method Detail | 
|---|
public boolean equals(Object that)
public boolean equals(Tuple that)
public Object get(int index)
public int hashCode()
public int size()
public List subList(int fromIndex, int toIndex)
Copyright © 2003-2011 The Codehaus. All rights reserved.