|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.util.IntBound
............(..............). ..............2............................................ ..........................................3,4,7..................3....7............ ............................................ ......................................................>.......................... ............<=..............<=..<=...................... ....>..............<=..........<=...................... ..................................................................
フィールドの概要 | |
IntConst |
lower
.... |
IntConst |
upper
.... |
コンストラクタの概要 | |
IntBound(IntConst val)
..................IntBound........... |
|
IntBound(IntConst lower,
IntConst upper)
......................IntBound........... |
メソッドの概要 | |
IntBound |
add(IntBound b)
this+b..IntBound....... |
IntBound |
band(IntBound b)
this&b..IntBound....... |
IntBound |
bnot()
~this..IntBound....... |
IntBound |
bor(IntBound b)
this|b..IntBound....... |
IntBound |
bxor(IntBound b)
this^b..IntBound....... |
boolean |
contains(IntConst c)
........................IntBound........................... |
IntBound |
convit(int s)
....IntBound....................................IntBound....... |
IntBound |
convsx(int s)
....IntBound........................................IntBound....... |
IntBound |
convzx(int s)
....IntBound........................................IntBound....... |
IntBound |
divs(IntBound b)
this/b(............)..IntBound....... |
IntBound |
divu(IntBound b)
this/b(............)..IntBound....... |
boolean |
equals(java.lang.Object o)
....IntBound............................................... |
int |
hashCode()
....IntBound....................... |
IntBound |
ifthenelse(IntBound t,
IntBound f)
..................t..f......................0........t..0....f................IntBound....... |
IntBound |
intersection(IntBound b)
..........IntBound................... ....................null........ |
IntBound |
lsh(int n)
this<<n..IntBound....... |
IntBound |
lsh(IntBound b)
this<<b..IntBound....... |
IntBound |
mods(IntBound b)
this%b(............)..IntBound....... |
IntBound |
modu(IntBound b)
this%b(............)..IntBound....... |
IntBound |
mul(IntBound b)
this*b..IntBound....... |
IntBound |
neg()
-this..IntBound....... |
IntBound |
rshs(int n)
this>>n(................)..IntBound....... |
IntBound |
rshs(IntBound b)
this>>b(................)..IntBound....... |
IntBound |
rshu(int n)
this>>n(................)..IntBound....... |
IntBound |
rshu(IntBound b)
this>>b(................)..IntBound....... |
int |
size()
....IntBound................. |
IntBound |
sub(IntBound b)
this-b..IntBound....... |
java.lang.String |
toString()
....IntBound................... |
IntBound |
tsteq(IntBound b,
int s)
this==b..IntBound....... |
IntBound |
tstges(IntBound b,
int s)
this>=b(............)..IntBound....... |
IntBound |
tstgeu(IntBound b,
int s)
this>=b(............)..IntBound....... |
IntBound |
tstgts(IntBound b,
int s)
this>b(............)..IntBound....... |
IntBound |
tstgtu(IntBound b,
int s)
this>b(............)..IntBound....... |
IntBound |
tstles(IntBound b,
int s)
this<=b(............)..IntBound....... |
IntBound |
tstleu(IntBound b,
int s)
this<=b(............)..IntBound....... |
IntBound |
tstlts(IntBound b,
int s)
this<b(............)..IntBound....... |
IntBound |
tstltu(IntBound b,
int s)
this<b(............)..IntBound....... |
IntBound |
tstne(IntBound b,
int s)
this! |
IntBound |
union(IntBound b)
..........IntBound............... |
クラス java.lang.Object から継承したメソッド |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
public final IntConst lower
public final IntConst upper
コンストラクタの詳細 |
public IntBound(IntConst val)
public IntBound(IntConst lower, IntConst upper)
java.lang.IllegalArgumentException
- ................................メソッドの詳細 |
public int size()
public boolean contains(IntConst c)
java.lang.IllegalArgumentException
- ....IntBound..........................................public IntBound union(IntBound b)
java.lang.IllegalArgumentException
- ....IntBound............IntBound......................public IntBound intersection(IntBound b)
java.lang.IllegalArgumentException
- ....IntBound............IntBound......................public IntBound add(IntBound b)
java.lang.IllegalArgumentException
- ....IntBound............IntBound......................public IntBound sub(IntBound b)
java.lang.IllegalArgumentException
- ....IntBound............IntBound......................public IntBound mul(IntBound b)
java.lang.IllegalArgumentException
- ....IntBound............IntBound......................public IntBound divu(IntBound b)
java.lang.IllegalArgumentException
- ....IntBound............IntBound......................
java.lang.ArithmeticException
- b..0..........public IntBound divs(IntBound b)
java.lang.IllegalArgumentException
- ....IntBound............IntBound......................
java.lang.ArithmeticException
- b..0..........public IntBound modu(IntBound b)
java.lang.IllegalArgumentException
- ....IntBound............IntBound......................
java.lang.ArithmeticException
- b..0..........public IntBound mods(IntBound b)
java.lang.IllegalArgumentException
- ....IntBound............IntBound......................
java.lang.ArithmeticException
- b..0..........public IntBound band(IntBound b)
java.lang.IllegalArgumentException
- ....IntBound............IntBound......................public IntBound bor(IntBound b)
java.lang.IllegalArgumentException
- ....IntBound............IntBound......................public IntBound bxor(IntBound b)
java.lang.IllegalArgumentException
- ....IntBound............IntBound......................public IntBound lsh(IntBound b)
public IntBound rshu(IntBound b)
public IntBound rshs(IntBound b)
public IntBound lsh(int n)
java.lang.IllegalArgumentException
- n..........public IntBound rshu(int n)
java.lang.IllegalArgumentException
- n..........public IntBound rshs(int n)
java.lang.IllegalArgumentException
- n..........public IntBound neg()
public IntBound bnot()
public IntBound tsteq(IntBound b, int s)
java.lang.IllegalArgumentException
- ......................................................public IntBound tstne(IntBound b, int s)
java.lang.IllegalArgumentException
- ......................................................public IntBound tstltu(IntBound b, int s)
java.lang.IllegalArgumentException
- ......................................................public IntBound tstgtu(IntBound b, int s)
java.lang.IllegalArgumentException
- ......................................................public IntBound tstleu(IntBound b, int s)
java.lang.IllegalArgumentException
- ......................................................public IntBound tstgeu(IntBound b, int s)
java.lang.IllegalArgumentException
- ......................................................public IntBound tstlts(IntBound b, int s)
java.lang.IllegalArgumentException
- ......................................................public IntBound tstgts(IntBound b, int s)
java.lang.IllegalArgumentException
- ......................................................public IntBound tstles(IntBound b, int s)
java.lang.IllegalArgumentException
- ......................................................public IntBound tstges(IntBound b, int s)
java.lang.IllegalArgumentException
- ......................................................public IntBound convzx(int s)
java.lang.IllegalArgumentException
- ....................................public IntBound convsx(int s)
java.lang.IllegalArgumentException
- ....................................public IntBound convit(int s)
java.lang.IllegalArgumentException
- ....................................................public IntBound ifthenelse(IntBound t, IntBound f)
java.lang.IllegalArgumentException
- t..f......................public boolean equals(java.lang.Object o)
java.lang.Object
内の equals
public int hashCode()
java.lang.Object
内の hashCode
public java.lang.String toString()
java.lang.Object
内の toString
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |