TYPE_BETWEEN, TYPE_BIG, TYPE_BIG_EQ, TYPE_EQ, TYPE_IN, TYPE_LIKE, TYPE_NEQ, TYPE_POSITION, TYPE_SMALL, TYPE_SMALL_EQ
コンストラクタと説明 |
---|
StringBig(StringIndex index,
boolean eq)
コンストラクタ.
|
StringBig(StringIndex index,
boolean eq,
IString word)
コンストラクタ.
|
StringBig(StringIndex index,
boolean eq,
java.lang.Object word)
コンストラクタ.
|
StringBig(StringIndex index,
boolean eq,
java.lang.String word)
コンストラクタ.
|
public StringBig(StringIndex index, boolean eq)
index
- 対象のインデックスを設定します.eq
- [>=]で検索する場合は[true]をセット.public StringBig(StringIndex index, boolean eq, IString word)
index
- 対象のインデックスを設定します.eq
- [>=]で検索する場合は[true]をセット.word
- 対象の検索ワードを設定します.public StringBig(StringIndex index, boolean eq, java.lang.String word)
index
- 対象のインデックスを設定します.eq
- [>=]で検索する場合は[true]をセット.word
- 対象の検索ワードを設定します.public StringBig(StringIndex index, boolean eq, java.lang.Object word)
index
- 対象のインデックスを設定します.eq
- [>=]で検索する場合は[true]をセット.word
- 対象の検索ワードを設定します.