Class FastTreeMap.EntrySet

  • All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, java.util.Set
    Enclosing class:
    FastTreeMap

    private class FastTreeMap.EntrySet
    extends FastTreeMap.CollectionView
    implements java.util.Set
    Set implementation over the entries of the FastTreeMap
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private EntrySet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.Collection get​(java.util.Map map)  
      protected java.lang.Object iteratorNext​(java.util.Map.Entry entry)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, 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, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray