Class ListResultList

    • Constructor Detail

      • ListResultList

        public ListResultList​(List list)
        Constructor. Supply delegate.
    • Method Detail

      • getDelegate

        public List getDelegate()
        Return the wrapped list.
      • isProviderOpen

        public boolean isProviderOpen()
        Description copied from interface: ResultList
        Returns true if the provider backing this list is open.
      • isClosed

        public boolean isClosed()
        Description copied from interface: ResultList
        Returns true if the list has been closed.
      • close

        public void close()
        Description copied from interface: ResultList
        Close the list.
      • contains

        public boolean contains​(Object o)
      • containsAll

        public boolean containsAll​(Collection c)
      • get

        public Object get​(int index)
      • indexOf

        public int indexOf​(Object o)
      • lastIndexOf

        public int lastIndexOf​(Object o)
      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • listIterator

        public ListIterator listIterator​(int index)
      • toArray

        public Object[] toArray()
      • writeReplace

        public Object writeReplace()
      • subList

        public List subList​(int fromIndex,
                            int toIndex)