Class JDKCollectionAdapter<C extends java.util.Collection>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(java.lang.Object newElement)  
      void clear()  
      C getContainer()  
      java.util.Iterator<java.lang.Object> iterator()  
      void remove​(java.lang.Object element)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • JDKCollectionAdapter

        public JDKCollectionAdapter​(C container)