com.metsci.glimpse.util.primitives
Interface Longs

All Known Subinterfaces:
LongsModifiable, SortedLongs, SortedLongsModifiable
All Known Implementing Classes:
LongsArray, SortedLongsArithmetic, SortedLongsArray

public interface Longs

Author:
hogye

Method Summary
 long[] copyOf()
           
 long[] copyOf(int i, int c)
           
 void copyTo(int i, long[] dest, int iDest, int c)
           
 long first()
           
 boolean isEmpty()
           
 long last()
           
 int n()
          Length of the sequence
 long v(int i)
          Value at index i
 

Method Detail

v

long v(int i)
Value at index i


n

int n()
Length of the sequence


copyTo

void copyTo(int i,
            long[] dest,
            int iDest,
            int c)

isEmpty

boolean isEmpty()

first

long first()

last

long last()

copyOf

long[] copyOf(int i,
              int c)

copyOf

long[] copyOf()


Copyright © 2012 Metron, Inc.. All Rights Reserved.