|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.maachang.dbm.engine.MDbmEnumeration
public class MDbmEnumeration
次情報管理用.
メソッドの概要 | |
---|---|
boolean |
hasMoreElements()
Tests if this enumeration contains more elements. |
byte[] |
nextElement()
Returns the next element of this enumeration if this enumeration object has at least one more element to provide. |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
---|
public boolean hasMoreElements()
java.util.Enumeration<byte[]>
内の hasMoreElements
true
if and only if this enumeration object
contains at least one more element to provide;
false
otherwise.public byte[] nextElement()
java.util.Enumeration<byte[]>
内の nextElement
java.util.NoSuchElementException
- if no more elements exist.
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |