com.metsci.glimpse.util.primitives
Interface Ints

All Known Subinterfaces:
IntsModifiable
All Known Implementing Classes:
IntsArray

public interface Ints

Author:
hogye

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

Method Detail

v

int v(int i)
Value at index i


n

int n()
Length of the sequence


copyTo

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

isEmpty

boolean isEmpty()

first

int first()

last

int last()

copyOf

int[] copyOf(int i,
             int c)

copyOf

int[] copyOf()


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