Interface LongList

All Known Implementing Classes:
DefaultLongList

public interface LongList
Interface like List but with long capacity
Author:
jmvivo
  • Method Details

    • getSize

      long getSize()
    • isEmpty

      boolean isEmpty()
    • iterator

      Iterator iterator()
    • iterator

      Iterator iterator(long index)