jp.crestmuse.cmx.math
インタフェース BooleanArray

すべてのスーパーインタフェース:
Array

public interface BooleanArray
extends Array


メソッドの概要
 boolean get(int index)
           
 void set(int index, boolean value)
           
 
インタフェース jp.crestmuse.cmx.math.Array から継承されたメソッド
length
 

メソッドの詳細

get

boolean get(int index)

set

void set(int index,
         boolean value)