booleanequals(Object ob) このバッファが別のオブジェクトと等価であるかどうかを判断します。 abstract byteget() 相対getメソッドです。 ByteBufferget(byte[] dst) 相対一括getメソッドです。 ByteBufferget(byte[] dst,
compare(boolean[] a, boolean[] b) 2つのboolean配列を辞書順に比較します。 static int compare(boolean[] a, int aFromIndex, int aToIndex, boolean[] b, int bFromIndex, int bToIndex) 2つのboolean配列を、指定された範囲で辞書順に比較します。 static int compare(byte[] a, byte[] b) 2...
boolean add(E e) 指定された要素をこのリストの最後に追加します(オプションの操作)。 boolean addAll(int index, Collection<? extends E> c) 指定されたコレクション内のすべての要素を、このリストの指定された位置に挿入します(オプションの操作)。 boolean addAll(Collection<? extends E>...
public boolean imageUpdate(Image img, int flags, int x, int y, int width, int height) { boolean moreUpdatesNeeded = true; if ((flags&ImageObserver.WIDTH)!= 0 { synchronized (img) { (続く) 50 Java 開発ガイド (Solaris 7 編) ♦ 1998 年 11 月 続き img.notifyAll(); moreUpdates...
booleanequals(Object ob) このバッファが別のオブジェクトと等価であるかどうかを判断します。 abstract byteget() 相対getメソッドです。 ByteBufferget(byte[] dst) 相対一括getメソッドです。 ByteBufferget(byte[] dst, int offset, int length) 相対一括getメソッドです。 abstract...
compare(boolean[] a, boolean[] b) 2つのboolean配列を辞書順に比較します。 static int compare(boolean[] a, int aFromIndex, int aToIndex, boolean[] b, int bFromIndex, int bToIndex) 指定された範囲にわたって2つのboolean配列を辞書順に比較します。 static int compare(byte[] a, byte[] ...
compare(boolean[] a, boolean[] b) 2つのboolean配列を辞書順に比較します。 static int compare(boolean[] a, int aFromIndex, int aToIndex, boolean[] b, int bFromIndex, int bToIndex) 2つのboolean配列を、指定された範囲で辞書順に比較します。 static int compare(byte[] a, byte[] b) 2...
public final boolean hasArray() このバッファがアクセス可能なbyte配列に連動するかどうかを判断します。 このメソッドの戻り値がtrueであれば、arrayおよびarrayOffsetメソッドを安全に呼び出すことができます。 定義: hasArray、クラスBuffer 戻り値: このバッファが配列に連動しており、読取り...
booleanequals(Object ob) このバッファが別のオブジェクトと等価であるかどうかを判断します。 ByteBufferflip() このバッファをフリップ(反転)します。 abstract byteget() 相対getメソッドです。 ByteBufferget(byte[] dst) 相対一括getメソッドです。 ByteBufferget(byte[] dst, int...
public final boolean hasArray() このバッファがアクセス可能なbyte配列に連動するかどうかを判断します。 このメソッドの戻り値がtrueであれば、arrayおよびarrayOffsetメソッドを安全に呼び出すことができます。 定義: hasArray、クラス: Buffer 戻り値: このバッファが配列に連動しており、読...