public class CollectionIncomplete<T> extends Object implements List<T>, RandomAccess, Serializable
| Constructor and Description | 
|---|
| CollectionIncomplete(Collection<T> collection,
                                        Long actualSizeIfTruncated) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add(int arg0,
      T arg1) | 
| boolean | add(T arg0) | 
| boolean | addAll(Collection<? extends T> arg0) | 
| boolean | addAll(int arg0,
            Collection<? extends T> arg1) | 
| void | clear() | 
| boolean | contains(Object arg0) | 
| boolean | containsAll(Collection<?> arg0) | 
| boolean | equals(Object arg0) | 
| T | get(int arg0) | 
| Long | getActualSizeIfTruncated() | 
| int | hashCode() | 
| int | indexOf(Object arg0) | 
| boolean | isEmpty() | 
| Iterator<T> | iterator() | 
| int | lastIndexOf(Object arg0) | 
| ListIterator<T> | listIterator() | 
| ListIterator | listIterator(int arg0) | 
| T | remove(int arg0) | 
| boolean | remove(Object arg0) | 
| boolean | removeAll(Collection<?> arg0) | 
| boolean | retainAll(Collection<?> arg0) | 
| T | set(int arg0,
      T arg1) | 
| void | setActualSizeIfTruncated(Long actualSizeIfTruncated) | 
| int | size() | 
| List<T> | subList(int arg0,
              int arg1) | 
| Object[] | toArray() | 
| <T> T[] | toArray(T[] arg0) | 
| String | toString() | 
public CollectionIncomplete(Collection<T> collection, Long actualSizeIfTruncated)
collection - actualSizeIfTruncated - public boolean addAll(int arg0, Collection<? extends T> arg1)
public boolean addAll(Collection<? extends T> arg0)
public void clear()
public boolean containsAll(Collection<?> arg0)
containsAll in interface Collection<T>containsAll in interface List<T>arg0 - public int hashCode()
public boolean isEmpty()
public int lastIndexOf(Object arg0)
lastIndexOf in interface List<T>arg0 - public ListIterator<T> listIterator()
listIterator in interface List<T>public ListIterator listIterator(int arg0)
listIterator in interface List<T>arg0 - public boolean removeAll(Collection<?> arg0)
public boolean retainAll(Collection<?> arg0)
public int size()
public <T> T[] toArray(T[] arg0)
public Long getActualSizeIfTruncated()
public void setActualSizeIfTruncated(Long actualSizeIfTruncated)
actualSize - The actualSizeIfTruncated to set.Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.