Class CloseableIteratorCollectionAdapter<E>

    • Field Detail

      • delegate

        protected final java.util.Collection<E> delegate
    • Constructor Detail

      • CloseableIteratorCollectionAdapter

        public CloseableIteratorCollectionAdapter​(java.util.Collection<E> delegate)
    • Method Detail

      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • contains

        public boolean contains​(java.lang.Object o)
      • toArray

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

        public <T> T[] toArray​(T[] a)
      • add

        public boolean add​(E e)
      • remove

        public boolean remove​(java.lang.Object o)
      • containsAll

        public boolean containsAll​(java.util.Collection<?> c)
      • addAll

        public boolean addAll​(java.util.Collection<? extends E> c)
      • retainAll

        public boolean retainAll​(java.util.Collection<?> c)
      • removeAll

        public boolean removeAll​(java.util.Collection<?> c)
      • clear

        public void clear()