com.metsci.glimpse.util.primitives
Interface Floats

All Known Subinterfaces:
FloatsModifiable
All Known Implementing Classes:
FloatsArray

public interface Floats

Author:
hogye

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

Method Detail

v

float v(int i)
Value at index i


n

int n()
Length of the sequence


copyTo

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

isEmpty

boolean isEmpty()

first

float first()

last

float last()

copyOf

float[] copyOf(int i,
               int c)

copyOf

float[] copyOf()


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