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

Packages that use LongCursor
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 LongCursor in com.carrotsearch.hppc
 

Methods in com.carrotsearch.hppc that return types with arguments of type LongCursor
 java.util.Iterator<LongCursor> LongDeque.descendingIterator()
           
 java.util.Iterator<LongCursor> LongArrayDeque.descendingIterator()
          Returns a cursor over the values of this deque (in tail to head order).
 java.util.Iterator<LongCursor> LongObjectOpenHashMap.KeysContainer.iterator()
           
 java.util.Iterator<LongCursor> LongArrayList.iterator()
          Returns an iterator to a cursor traversing the collection.
 java.util.Iterator<LongCursor> LongFloatOpenHashMap.KeysContainer.iterator()
           
 java.util.Iterator<LongCursor> LongContainer.iterator()
          Returns an iterator to a cursor traversing the collection.
 java.util.Iterator<LongCursor> LongDoubleOpenHashMap.KeysContainer.iterator()
           
 java.util.Iterator<LongCursor> LongByteOpenHashMap.KeysContainer.iterator()
           
 java.util.Iterator<LongCursor> LongShortOpenHashMap.KeysContainer.iterator()
           
 java.util.Iterator<LongCursor> LongCharOpenHashMap.KeysContainer.iterator()
           
 java.util.Iterator<LongCursor> LongOpenHashSet.iterator()
          Returns an iterator to a cursor traversing the collection.
 java.util.Iterator<LongCursor> LongIntOpenHashMap.KeysContainer.iterator()
           
 java.util.Iterator<LongCursor> LongArrayDeque.iterator()
          Returns a cursor over the values of this deque (in head to tail order).
 java.util.Iterator<LongCursor> LongLongOpenHashMap.KeysContainer.iterator()
           
 

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



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