org.caleigo.core
Class Selection.SelectionList

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byorg.caleigo.core.Selection.SelectionList
All Implemented Interfaces:
java.util.Collection, java.util.List
Enclosing class:
Selection

protected class Selection.SelectionList
extends java.util.AbstractList


Nested Class Summary
 
Nested classes inherited from class java.util.AbstractList
 
Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
protected Selection.SelectionList()
           
 
Method Summary
 void add(int index, java.lang.Object obj)
           
 boolean add(java.lang.Object obj)
           
 java.lang.Object get(int index)
           
 java.lang.Object remove(int index)
           
 boolean remove(java.lang.Object obj)
           
 java.lang.Object set(int index, java.lang.Object obj)
           
 int size()
           
 
Methods inherited from class java.util.AbstractList
addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, 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, removeAll, retainAll, toArray, toArray
 

Constructor Detail

Selection.SelectionList

protected Selection.SelectionList()
Method Detail

size

public int size()

get

public java.lang.Object get(int index)

set

public java.lang.Object set(int index,
                            java.lang.Object obj)

add

public boolean add(java.lang.Object obj)

add

public void add(int index,
                java.lang.Object obj)

remove

public boolean remove(java.lang.Object obj)

remove

public java.lang.Object remove(int index)


Copyright © 2005 Caleigo. All Rights Reserved.