ecologylab.collections
Interface LinearAccess<E>

All Known Subinterfaces:
BasicFloatSet<E>
All Known Implementing Classes:
ArrayListFloatSet, ArrayListLA, FloatWeightSet, VectorLA

public interface LinearAccess<E>

Author:
eunyee

Method Summary
 E get(int i)
          Return the ith element in the collection.
 boolean isEmpty()
           
 int size()
           
 

Method Detail

get

E get(int i)
Return the ith element in the collection.

Parameters:
i -
Returns:

size

int size()

isEmpty

boolean isEmpty()