java.lang.Object
com.aoapps.collections.IntsAndLongs
Provides access to an associated list of int's and long's.
- Author:
- AO Industries, Inc.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
IntsAndLongs
-
-
Method Details
-
size
public int size() -
getInt
public int getInt(int index) -
getLong
public long getLong(int index) -
contains
public boolean contains(int value) -
indexOf
public int indexOf(int value)
-