Uses of Class
org.eclipse.persistence.indirection.IndirectList
Packages that use IndirectList
-
Uses of IndirectList in org.eclipse.persistence.indirection
Methods in org.eclipse.persistence.indirection that return IndirectListModifier and TypeMethodDescriptionstatic <E> IndirectList<E> IndirectCollectionsFactory.createIndirectList()Construct an emptyIndirectListwith the default initial capacity (10) and default capacity increment (0).static <E> IndirectList<E> IndirectCollectionsFactory.createIndirectList(int initialCapacity) Construct an emptyIndirectListwith the specified initial capacity and default capacity increment (0).static <E> IndirectList<E> IndirectCollectionsFactory.createIndirectList(Collection<? extends E> collection) Construct anIndirectListcontaining the elements of the specified collection, in the order they are returned by the collection's iterator.<E> IndirectList<E> IndirectCollectionsFactory.IndirectCollectionsProvider.createIndirectList(int initialCapacity, int capacityIncrement) Construct an emptyIndirectListwith the specified initial capacity and capacity increment.<E> IndirectList<E> IndirectCollectionsFactory.IndirectCollectionsProvider.createIndirectList(Collection<? extends E> collection) Constructs anIndirectListcontaining the elements of the specified collection, in the order they are returned by the collection's iterator. -
Uses of IndirectList in org.eclipse.persistence.internal.helper
Fields in org.eclipse.persistence.internal.helper with type parameters of type IndirectListModifier and TypeFieldDescriptionstatic final Class<IndirectList> ClassConstants.IndirectList_Class