Interface CheckedCollection<E>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Class<E> getElementType()
      Returns the element type.
      • Methods inherited from interface 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 Iterable

        forEach
    • Method Detail

      • getElementType

        Class<E> getElementType()
        Returns the element type.
        Returns:
        The element type.