com.metsci.glimpse.util.primitives
Interface Booleans

All Known Subinterfaces:
BooleansModifiable
All Known Implementing Classes:
BooleansArray

public interface Booleans

Author:
hogye

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

Method Detail

v

boolean v(int i)
Value at index i


n

int n()
Length of the sequence


copyTo

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

isEmpty

boolean isEmpty()

first

boolean first()

last

boolean last()

copyOf

boolean[] copyOf(int i,
                 int c)

copyOf

boolean[] copyOf()


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