com.evolveum.midpoint.prism.xjc
Class AnyArrayList<T extends Containerable>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<Object>
          extended by com.evolveum.midpoint.prism.xjc.AnyArrayList<T>
All Implemented Interfaces:
Iterable<Object>, Collection<Object>, List<Object>

public class AnyArrayList<T extends Containerable>
extends AbstractList<Object>

Author:
Radovan Semancik

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
AnyArrayList(PrismContainerValue<T> containerValue)
           
 
Method Summary
 void add(int i, Object element)
           
 boolean add(Object element)
           
 boolean addAll(Collection<? extends Object> elements)
           
 boolean addAll(int i, Collection<? extends Object> elements)
           
 Object get(int index)
           
 Object remove(int index)
           
 boolean remove(Object element)
           
 boolean removeAll(Collection<?> objects)
           
 int size()
           
 
Methods inherited from class java.util.AbstractList
clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, set, subList
 
Methods inherited from class java.util.AbstractCollection
contains, containsAll, isEmpty, 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
contains, containsAll, isEmpty, retainAll, toArray, toArray
 

Constructor Detail

AnyArrayList

public AnyArrayList(PrismContainerValue<T> containerValue)
Method Detail

size

public int size()
Specified by:
size in interface Collection<Object>
Specified by:
size in interface List<Object>
Specified by:
size in class AbstractCollection<Object>

get

public Object get(int index)
Specified by:
get in interface List<Object>
Specified by:
get in class AbstractList<Object>

addAll

public boolean addAll(Collection<? extends Object> elements)
Specified by:
addAll in interface Collection<Object>
Specified by:
addAll in interface List<Object>
Overrides:
addAll in class AbstractCollection<Object>

addAll

public boolean addAll(int i,
                      Collection<? extends Object> elements)
Specified by:
addAll in interface List<Object>
Overrides:
addAll in class AbstractList<Object>

add

public boolean add(Object element)
Specified by:
add in interface Collection<Object>
Specified by:
add in interface List<Object>
Overrides:
add in class AbstractList<Object>

add

public void add(int i,
                Object element)
Specified by:
add in interface List<Object>
Overrides:
add in class AbstractList<Object>

remove

public Object remove(int index)
Specified by:
remove in interface List<Object>
Overrides:
remove in class AbstractList<Object>

remove

public boolean remove(Object element)
Specified by:
remove in interface Collection<Object>
Specified by:
remove in interface List<Object>
Overrides:
remove in class AbstractCollection<Object>

removeAll

public boolean removeAll(Collection<?> objects)
Specified by:
removeAll in interface Collection<Object>
Specified by:
removeAll in interface List<Object>
Overrides:
removeAll in class AbstractCollection<Object>


Copyright © 2013 evolveum. All Rights Reserved.