Class UnsafePairQueue<K,​V>

    • Constructor Summary

      Constructors 
      Constructor Description
      UnsafePairQueue()  
    • Method Summary

      Modifier and Type Method Description
      void collect​(K key, V value)  
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      java.util.Iterator<Pair<K,​V>> iterator()  
      int size()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • UnsafePairQueue

        public UnsafePairQueue()
    • Method Detail

      • iterator

        public java.util.Iterator<Pair<K,​V>> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<K>
      • size

        public int size()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object