Interface Alt

All Known Implementing Classes:
Alt2, Alt3

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

    Modifier and Type
    Method
    Description
    get(int index)
     
    int
     
  • Method Details

    • get

      Object get(int index)
      Returns:
      The item with the given index in this Alt instance
    • size

      int size()
      Returns:
      The number of items in this Alt instance