groovy.lang
Class SpreadList

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended bygroovy.lang.SpreadList
All Implemented Interfaces:
Collection, List

public class SpreadList
extends AbstractList

Represents a list of Integer objects from a specified int up to but not including a given and to.

Version:
$Revision: 1.3 $
Author:
James Strachan

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
SpreadList(Object[] contents)
           
 
Method Summary
 boolean equals(Object that)
           
 boolean equals(SpreadList that)
           
 Object get(int index)
           
 int hashCode()
           
 int size()
           
 List subList(int fromIndex, int toIndex)
           
 
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set
 
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
 

Constructor Detail

SpreadList

public SpreadList(Object[] contents)
Method Detail

get

public Object get(int index)

size

public int size()

equals

public boolean equals(Object that)

equals

public boolean equals(SpreadList that)

hashCode

public int hashCode()

subList

public List subList(int fromIndex,
                    int toIndex)


Copyright © 2003-2005 The Codehaus. All Rights Reserved.