org.hibernate.envers.entities.mapper.relation.lazy.proxy
Class CollectionProxy<U,T extends Collection<U>>
java.lang.Object
   org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy<U,T>
org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy<U,T>
- All Implemented Interfaces: 
- Serializable, Iterable<U>, Collection<U>
- Direct Known Subclasses: 
- ListProxy, SetProxy, SortedSetProxy
- public abstract class CollectionProxy<U,T extends Collection<U>> 
- extends Object- implements Collection<U>, Serializable
- Author:
- Adam Warski (adam at warski dot org)
- See Also:
- Serialized Form
 
 
 
 
delegate
protected T extends Collection<U> delegate
CollectionProxy
protected CollectionProxy()
CollectionProxy
public CollectionProxy(Initializor<T> initializor)
checkInit
protected void checkInit()
- 
 
- 
 
size
public int size()
- 
- Specified by:
- sizein interface- Collection<U>
 
- 
 
isEmpty
public boolean isEmpty()
- 
- Specified by:
- isEmptyin interface- Collection<U>
 
- 
 
contains
public boolean contains(Object o)
- 
- Specified by:
- containsin interface- Collection<U>
 
- 
 
iterator
public Iterator<U> iterator()
- 
- Specified by:
- iteratorin interface- Iterable<U>
- Specified by:
- iteratorin interface- Collection<U>
 
- 
 
toArray
public Object[] toArray()
- 
- Specified by:
- toArrayin interface- Collection<U>
 
- 
 
toArray
public <V> V[] toArray(V[] a)
- 
- Specified by:
- toArrayin interface- Collection<U>
 
- 
 
add
public boolean add(U o)
- 
- Specified by:
- addin interface- Collection<U>
 
- 
 
remove
public boolean remove(Object o)
- 
- Specified by:
- removein interface- Collection<U>
 
- 
 
containsAll
public boolean containsAll(Collection<?> c)
- 
- Specified by:
- containsAllin interface- Collection<U>
 
- 
 
addAll
public boolean addAll(Collection<? extends U> c)
- 
- Specified by:
- addAllin interface- Collection<U>
 
- 
 
removeAll
public boolean removeAll(Collection<?> c)
- 
- Specified by:
- removeAllin interface- Collection<U>
 
- 
 
retainAll
public boolean retainAll(Collection<?> c)
- 
- Specified by:
- retainAllin interface- Collection<U>
 
- 
 
clear
public void clear()
- 
- Specified by:
- clearin interface- Collection<U>
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
equals
public boolean equals(Object obj)
- 
- Specified by:
- equalsin interface- Collection<U>
- Overrides:
- equalsin class- Object
 
- 
 
hashCode
public int hashCode()
- 
- Specified by:
- hashCodein interface- Collection<U>
- Overrides:
- hashCodein class- Object
 
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.