Class ListResultList

    • Constructor Detail

      • ListResultList

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

      • getDelegate

        public java.util.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​(java.lang.Object o)
      • containsAll

        public boolean containsAll​(java.util.Collection c)
      • get

        public java.lang.Object get​(int index)
      • indexOf

        public int indexOf​(java.lang.Object o)
      • lastIndexOf

        public int lastIndexOf​(java.lang.Object o)
      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • iterator

        public java.util.Iterator iterator()
      • listIterator

        public java.util.ListIterator listIterator()
      • listIterator

        public java.util.ListIterator listIterator​(int index)
      • toArray

        public java.lang.Object[] toArray()
      • toArray

        public java.lang.Object[] toArray​(java.lang.Object[] a)
      • writeReplace

        public java.lang.Object writeReplace()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • subList

        public java.util.List subList​(int fromIndex,
                                      int toIndex)