org.objectweb.proactive.ic2d.gui
Class EventListsPanel.BoundedCircularArrayList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList
          extended by org.objectweb.proactive.core.util.CircularArrayList
              extended by org.objectweb.proactive.ic2d.gui.EventListsPanel.BoundedCircularArrayList
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List
Enclosing class:
EventListsPanel

public class EventListsPanel.BoundedCircularArrayList
extends CircularArrayList

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.proactive.core.util.CircularArrayList
array, head, size, tail
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
EventListsPanel.BoundedCircularArrayList(int size)
           
 
Method Summary
 boolean add(java.lang.Object o)
           
 boolean addAll(java.util.Collection c)
           
 void ensureCapacity(int minCapacity)
           
 
Methods inherited from class org.objectweb.proactive.core.util.CircularArrayList
add, addAll, clear, contains, get, indexOf, isEmpty, lastIndexOf, main, remove, set, size, toArray, toArray, toString
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, removeRange, subList
 
Methods inherited from class java.util.AbstractCollection
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
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList
 

Constructor Detail

EventListsPanel.BoundedCircularArrayList

public EventListsPanel.BoundedCircularArrayList(int size)
Method Detail

ensureCapacity

public void ensureCapacity(int minCapacity)
Overrides:
ensureCapacity in class CircularArrayList

add

public boolean add(java.lang.Object o)
Specified by:
add in interface java.util.Collection
Specified by:
add in interface java.util.List
Overrides:
add in class CircularArrayList

addAll

public boolean addAll(java.util.Collection c)
Specified by:
addAll in interface java.util.Collection
Specified by:
addAll in interface java.util.List
Overrides:
addAll in class CircularArrayList


Copyright 2001-2007 INRIA All Rights Reserved.