Interface ProxyCollection

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Class getElementType()
      The collection element type.
      ProxyCollection newInstance​(java.lang.Class elementType, java.util.Comparator comp, boolean trackChanges, boolean autoOff)
      Create a new instance of this proxy type.
      • Methods inherited from interface java.util.Collection

        add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
    • Method Detail

      • getElementType

        java.lang.Class getElementType()
        The collection element type.
      • newInstance

        ProxyCollection newInstance​(java.lang.Class elementType,
                                    java.util.Comparator comp,
                                    boolean trackChanges,
                                    boolean autoOff)
        Create a new instance of this proxy type.