Class SmallSortedMap.EntrySet

  • All Implemented Interfaces:
    java.lang.Iterable<java.util.Map.Entry<K,​java.lang.Object>>, java.util.Collection<java.util.Map.Entry<K,​java.lang.Object>>, java.util.Set<java.util.Map.Entry<K,​java.lang.Object>>
    Enclosing class:
    SmallSortedMap<K extends FieldSet.FieldDescriptorLite<K>>

    private class SmallSortedMap.EntrySet
    extends java.util.AbstractSet<java.util.Map.Entry<K,​java.lang.Object>>
    Stateless view of the entries in the field map.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private EntrySet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean contains​(java.lang.Object o)
      Throws a ClassCastException if o is not of the expected type.
      java.util.Iterator<java.util.Map.Entry<K,​java.lang.Object>> iterator()  
      int size()  
      • Methods inherited from class java.util.AbstractSet

        equals, hashCode, removeAll
      • Methods inherited from class java.util.AbstractCollection

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

        clone, finalize, 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, remove, retainAll, spliterator, toArray, toArray
    • Constructor Detail

      • EntrySet

        private EntrySet()
    • Method Detail

      • iterator

        public java.util.Iterator<java.util.Map.Entry<K,​java.lang.Object>> iterator()
        Specified by:
        iterator in interface java.util.Collection<java.util.Map.Entry<K extends FieldSet.FieldDescriptorLite<K>,​java.lang.Object>>
        Specified by:
        iterator in interface java.lang.Iterable<java.util.Map.Entry<K extends FieldSet.FieldDescriptorLite<K>,​java.lang.Object>>
        Specified by:
        iterator in interface java.util.Set<java.util.Map.Entry<K extends FieldSet.FieldDescriptorLite<K>,​java.lang.Object>>
        Specified by:
        iterator in class java.util.AbstractCollection<java.util.Map.Entry<K extends FieldSet.FieldDescriptorLite<K>,​java.lang.Object>>
      • contains

        public boolean contains​(java.lang.Object o)
        Throws a ClassCastException if o is not of the expected type.

        Specified by:
        contains in interface java.util.Collection<java.util.Map.Entry<K extends FieldSet.FieldDescriptorLite<K>,​java.lang.Object>>
        Specified by:
        contains in interface java.util.Set<java.util.Map.Entry<K extends FieldSet.FieldDescriptorLite<K>,​java.lang.Object>>
        Overrides:
        contains in class java.util.AbstractCollection<java.util.Map.Entry<K extends FieldSet.FieldDescriptorLite<K>,​java.lang.Object>>