- java.lang.Object
-
- com.aoapps.collections.IntsAndLongs
-
public class IntsAndLongs extends Object
Provides access to an associated list of int's and long's.- Author:
- AO Industries, Inc.
-
-
Constructor Summary
Constructors Constructor Description IntsAndLongs(IntList ints, LongList longs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(int value)intgetInt(int index)longgetLong(int index)intindexOf(int value)intsize()
-