org.apache.myfaces.trinidad.util
Class CollectionUtils.DelegatingCollection<E>
java.lang.Object
org.apache.myfaces.trinidad.util.CollectionUtils.DelegatingCollection<E>
- All Implemented Interfaces:
- java.lang.Iterable<E>, java.util.Collection<E>
- Enclosing class:
- CollectionUtils
protected abstract static class CollectionUtils.DelegatingCollection<E>
- extends java.lang.Object
- implements java.util.Collection<E>
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CollectionUtils.DelegatingCollection
protected CollectionUtils.DelegatingCollection()
getDelegate
protected abstract java.util.Collection<E> getDelegate()
size
public int size()
- Specified by:
size
in interface java.util.Collection<E>
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface java.util.Collection<E>
contains
public boolean contains(java.lang.Object o)
- Specified by:
contains
in interface java.util.Collection<E>
iterator
public java.util.Iterator<E> iterator()
- Specified by:
iterator
in interface java.lang.Iterable<E>
- Specified by:
iterator
in interface java.util.Collection<E>
toArray
public java.lang.Object[] toArray()
- Specified by:
toArray
in interface java.util.Collection<E>
toArray
public <T> T[] toArray(T[] a)
- Specified by:
toArray
in interface java.util.Collection<E>
add
public boolean add(E e)
- Specified by:
add
in interface java.util.Collection<E>
remove
public boolean remove(java.lang.Object o)
- Specified by:
remove
in interface java.util.Collection<E>
containsAll
public boolean containsAll(java.util.Collection<?> c)
- Specified by:
containsAll
in interface java.util.Collection<E>
addAll
public boolean addAll(java.util.Collection<? extends E> c)
- Specified by:
addAll
in interface java.util.Collection<E>
removeAll
public boolean removeAll(java.util.Collection<?> c)
- Specified by:
removeAll
in interface java.util.Collection<E>
retainAll
public boolean retainAll(java.util.Collection<?> c)
- Specified by:
retainAll
in interface java.util.Collection<E>
clear
public void clear()
- Specified by:
clear
in interface java.util.Collection<E>
equals
public boolean equals(java.lang.Object o)
- All Collections
- Specified by:
equals
in interface java.util.Collection<E>
- Overrides:
equals
in class java.lang.Object
- Parameters:
o
-
- Returns:
hashCode
public int hashCode()
- Specified by:
hashCode
in interface java.util.Collection<E>
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.