Interface Alt
public interface Alt
Interface for Alt stores. Note that Alt2 and Alt3 are essentially tuples and triples
with arbitrary types for each component.
- Author:
- raven
-
Method Summary
-
Method Details
-
get
- Returns:
- The item with the given index in this Alt instance
-
size
int size()- Returns:
- The number of items in this Alt instance
-