Class UnifiedMapWithHashingStrategy.ValuesCollection

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ValuesCollection()  
    • Constructor Detail

      • ValuesCollection

        protected ValuesCollection()
    • Method Detail

      • clear

        public void clear()
        Specified by:
        clear in interface java.util.Collection<V>
      • contains

        public boolean contains​(java.lang.Object o)
        Specified by:
        contains in interface java.util.Collection<V>
      • containsAll

        public boolean containsAll​(java.util.Collection<?> collection)
        Specified by:
        containsAll in interface java.util.Collection<V>
      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in interface java.util.Collection<V>
      • iterator

        public java.util.Iterator<V> iterator()
        Specified by:
        iterator in interface java.util.Collection<V>
        Specified by:
        iterator in interface java.lang.Iterable<V>
      • remove

        public boolean remove​(java.lang.Object o)
        Specified by:
        remove in interface java.util.Collection<V>
      • removeAll

        public boolean removeAll​(java.util.Collection<?> collection)
        Specified by:
        removeAll in interface java.util.Collection<V>
      • retainAll

        public boolean retainAll​(java.util.Collection<?> collection)
        Specified by:
        retainAll in interface java.util.Collection<V>
      • size

        public int size()
        Specified by:
        size in interface BatchIterable<V>
        Specified by:
        size in interface java.util.Collection<V>
      • copyValues

        protected void copyValues​(java.lang.Object[] result)
      • toArray

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

        public <T> T[] toArray​(T[] result)
        Specified by:
        toArray in interface java.util.Collection<V>
      • writeReplace

        protected java.lang.Object writeReplace()
      • chainedAddToList

        private void chainedAddToList​(java.lang.Object[] chain,
                                      FastList<V> replace)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object