Class AbstractInt2CharMap.BasicEntrySet

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean contains​(java.lang.Object o)  
      boolean remove​(java.lang.Object o)  
      int size()  
      • Methods inherited from class java.util.AbstractCollection

        add, addAll, clear, containsAll, isEmpty, removeAll, retainAll, toArray, toArray
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface java.util.Set

        add, addAll, clear, containsAll, isEmpty, removeAll, retainAll, spliterator, toArray, toArray
    • Constructor Detail

      • BasicEntrySet

        public BasicEntrySet​(Int2CharMap map)
    • Method Detail

      • contains

        public boolean contains​(java.lang.Object o)
        Specified by:
        contains in interface java.util.Collection<Int2CharMap.Entry>
        Specified by:
        contains in interface java.util.Set<Int2CharMap.Entry>
        Overrides:
        contains in class java.util.AbstractCollection<Int2CharMap.Entry>
      • remove

        public boolean remove​(java.lang.Object o)
        Specified by:
        remove in interface java.util.Collection<Int2CharMap.Entry>
        Specified by:
        remove in interface java.util.Set<Int2CharMap.Entry>
        Overrides:
        remove in class java.util.AbstractCollection<Int2CharMap.Entry>