Class AbstractReferenceMap.ReferenceValues<V>

  • All Implemented Interfaces:
    java.lang.Iterable<V>, java.util.Collection<V>
    Enclosing class:
    AbstractReferenceMap<K,​V>

    static class AbstractReferenceMap.ReferenceValues<V>
    extends AbstractHashedMap.Values<V>
    Values implementation.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object[] toArray()  
      <T> T[] toArray​(T[] arr)  
      • Methods inherited from class java.util.AbstractCollection

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        equals, hashCode, parallelStream, removeIf, spliterator, stream
      • Methods inherited from interface java.lang.Iterable

        forEach
    • Constructor Detail

    • Method Detail

      • toArray

        public java.lang.Object[] toArray()
        Specified by:
        toArray in interface java.util.Collection<V>
        Overrides:
        toArray in class java.util.AbstractCollection<V>
      • toArray

        public <T> T[] toArray​(T[] arr)
        Specified by:
        toArray in interface java.util.Collection<V>
        Overrides:
        toArray in class java.util.AbstractCollection<V>