Class ReferenceSets.EmptySet<K>

    • Method Summary

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

        add, containsAll, isEmpty, 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, contains, containsAll, hashCode, isEmpty, removeAll, retainAll, size, spliterator, toArray, toArray
    • Method Detail

      • remove

        public boolean remove​(java.lang.Object ok)
        Specified by:
        remove in interface java.util.Collection<K>
        Specified by:
        remove in interface java.util.Set<K>
        Overrides:
        remove in class java.util.AbstractCollection<K>
      • clone

        public java.lang.Object clone()
      • equals

        public boolean equals​(java.lang.Object o)
        Specified by:
        equals in interface java.util.Collection<K>
        Specified by:
        equals in interface java.util.Set<K>
        Overrides:
        equals in class ReferenceCollections.EmptyCollection<K>