Class WrapperCollections.AbstractWrapperList<E>

java.lang.Object
com.tangosol.util.WrapperCollections.AbstractWrapperCollection<E>
com.tangosol.util.WrapperCollections.AbstractWrapperList<E>
All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, List<E>, SequencedCollection<E>
Direct Known Subclasses:
ImmutableArrayList.ListView, ImmutableMultiList.ListView
Enclosing class:
WrapperCollections

public abstract static class WrapperCollections.AbstractWrapperList<E> extends WrapperCollections.AbstractWrapperCollection<E> implements List<E>
List implementation which delegates all calls to another List.
See Also:
  • Constructor Details

    • AbstractWrapperList

      protected AbstractWrapperList()
      Default constructor.
    • AbstractWrapperList

      protected AbstractWrapperList(List<E> list)
      Create an AbstractWrapperList which delegates to the specified List.
      Parameters:
      list - the List to delegate all calls to
  • Method Details