Class ListProxy<U>
java.lang.Object
org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy<U,List<U>>
org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy<U>
- All Implemented Interfaces:
Serializable
,Iterable<U>
,Collection<U>
,List<U>
,LazyInitializable
- See Also:
-
Field Summary
Fields inherited from class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
delegate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
addAll
(int index, Collection<? extends U> c) get
(int index) int
int
listIterator
(int index) remove
(int index) subList
(int fromIndex, int toIndex) Methods inherited from class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
add, addAll, checkInit, clear, contains, containsAll, equals, forceInitialization, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString, wasInitialized
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
ListProxy
public ListProxy() -
ListProxy
-
-
Method Details
-
addAll
-
get
-
set
-
add
-
remove
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOf
in interfaceList<U>
-
listIterator
- Specified by:
listIterator
in interfaceList<U>
-
listIterator
- Specified by:
listIterator
in interfaceList<U>
-
subList
-