Class JavaListToLongListAdapter<T>

Object
AbstractLongList
JavaListToLongListAdapter<T>
All Implemented Interfaces:
LongIterable, LongList, LongSizedIterable, Iterable<LongIterator>

public class JavaListToLongListAdapter<T> extends AbstractLongList
  • Nested Class Summary

    Nested classes/interfaces inherited from class AbstractLongList

    AbstractLongList.IndexIterator, AbstractLongList.SubList

    Nested classes/interfaces inherited from interface LongList

    LongList.Single
  • Field Summary

    Fields inherited from interface LongList

    EMPTY
  • Constructor Summary

    Constructors
    Constructor
    Description
    JavaListToLongListAdapter(List<T> source, ToLongFunction<T> f)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    get(int index)
     
    int
     

    Methods inherited from class AbstractLongList

    binarySearch, binarySearch, contains, equals, equalSortedUniqueValues, get, getLast, getNextDifferentValueIndex, hashCode, indexOf, isEmpty, isSorted, isSorted, isSortedUnique, iterator, iterator, iterator, subList, toList, toNativeArray, toNativeArray, toString, toString

    Methods inherited from class Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface Iterable

    forEach, spliterator
  • Constructor Details

    • JavaListToLongListAdapter

      public JavaListToLongListAdapter(List<T> source, ToLongFunction<T> f)
  • Method Details