Uses of Class
com.carrotsearch.hppc.cursors.DoubleCursor

Packages that use DoubleCursor
com.carrotsearch.hppc High Performance Primitive Collections (HPPC) library provides typical data structures (lists, stacks, maps) template-generated for all Java primitive types (byte, int, etc.) to conserve memory and boost performance. 
 

Uses of DoubleCursor in com.carrotsearch.hppc
 

Methods in com.carrotsearch.hppc that return types with arguments of type DoubleCursor
 java.util.Iterator<DoubleCursor> DoubleArrayDeque.descendingIterator()
          Returns a cursor over the values of this deque (in tail to head order).
 java.util.Iterator<DoubleCursor> DoubleDeque.descendingIterator()
           
 java.util.Iterator<DoubleCursor> DoubleLongOpenHashMap.KeysContainer.iterator()
           
 java.util.Iterator<DoubleCursor> DoubleArrayDeque.iterator()
          Returns a cursor over the values of this deque (in head to tail order).
 java.util.Iterator<DoubleCursor> DoubleDoubleOpenHashMap.KeysContainer.iterator()
           
 java.util.Iterator<DoubleCursor> DoubleContainer.iterator()
          Returns an iterator to a cursor traversing the collection.
 java.util.Iterator<DoubleCursor> DoubleIntOpenHashMap.KeysContainer.iterator()
           
 java.util.Iterator<DoubleCursor> DoubleOpenHashSet.iterator()
          Returns an iterator to a cursor traversing the collection.
 java.util.Iterator<DoubleCursor> DoubleByteOpenHashMap.KeysContainer.iterator()
           
 java.util.Iterator<DoubleCursor> DoubleFloatOpenHashMap.KeysContainer.iterator()
           
 java.util.Iterator<DoubleCursor> DoubleCharOpenHashMap.KeysContainer.iterator()
           
 java.util.Iterator<DoubleCursor> DoubleObjectOpenHashMap.KeysContainer.iterator()
           
 java.util.Iterator<DoubleCursor> DoubleShortOpenHashMap.KeysContainer.iterator()
           
 java.util.Iterator<DoubleCursor> DoubleArrayList.iterator()
          Returns an iterator to a cursor traversing the collection.
 

Method parameters in com.carrotsearch.hppc with type arguments of type DoubleCursor
 int DoubleOpenHashSet.addAll(java.lang.Iterable<? extends DoubleCursor> iterable)
          Adds all elements from a given iterable to this set.
 int DoubleArrayList.addAll(java.lang.Iterable<? extends DoubleCursor> iterable)
          Adds all elements from another iterable.
 int DoubleArrayDeque.addFirst(java.lang.Iterable<? extends DoubleCursor> iterable)
          Inserts all elements from the given iterable to the front of this deque.
 int DoubleArrayDeque.addLast(java.lang.Iterable<? extends DoubleCursor> iterable)
          Inserts all elements from the given iterable to the end of this deque.
 int DoubleStack.pushAll(java.lang.Iterable<? extends DoubleCursor> iterable)
          Pushes all elements from another iterable to the top of the stack.
 



Copyright © 2011 Carrot Search s.c.. All Rights Reserved.