org.mmbase.util
Class Casting.ListWrapper

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byorg.mmbase.util.Casting.ListWrapper
All Implemented Interfaces:
Collection, List
Enclosing class:
Casting

public static class Casting.ListWrapper
extends AbstractList


Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Method Summary
 void add(int index, Object value)
           
 boolean contains(Object o)
           
 Object get(int index)
           
 List getList()
           
 boolean isEmpty()
           
 Iterator iterator()
           
 ListIterator listIterator()
           
 Object remove(int index)
           
 Object set(int index, Object value)
           
 int size()
           
 Object[] toArray()
           
 Object[] toArray(Object[] a)
           
 String toString()
           
 
Methods inherited from class java.util.AbstractList
add, addAll, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, remove, removeAll, retainAll
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
addAll, containsAll, remove, removeAll, retainAll
 

Method Detail

get

public Object get(int index)

size

public int size()

set

public Object set(int index,
                  Object value)

add

public void add(int index,
                Object value)

remove

public Object remove(int index)

isEmpty

public boolean isEmpty()

contains

public boolean contains(Object o)

toArray

public Object[] toArray()

toArray

public Object[] toArray(Object[] a)

iterator

public Iterator iterator()

listIterator

public ListIterator listIterator()

toString

public String toString()

getList

public List getList()


MMBase build 1.8.1.20060716