Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
Z
B
BijectiveHashMap
<
X
,
Y
> - Class in
org.knowceans.map
BijectiveHashMap is a HashMap that bijectively assigns unique keys to unique values and vice versa.
BijectiveHashMap()
- Constructor for class org.knowceans.map.
BijectiveHashMap
BijectiveHashMap(Map<? extends X, ? extends Y>)
- Constructor for class org.knowceans.map.
BijectiveHashMap
BijectiveHashMap(int)
- Constructor for class org.knowceans.map.
BijectiveHashMap
BijectiveTreeMap
<
X
,
Y
> - Class in
org.knowceans.map
BijectiveHashMap is a TreeMap that bijectively assigns unique keys to unique values and vice versa.
BijectiveTreeMap()
- Constructor for class org.knowceans.map.
BijectiveTreeMap
BijectiveTreeMap(Map<? extends X, ? extends Y>)
- Constructor for class org.knowceans.map.
BijectiveTreeMap
BijectiveTreeMap(IBijectiveMap<? extends X, ? extends Y>)
- Constructor for class org.knowceans.map.
BijectiveTreeMap
BijectiveTreeMap(Comparator<? super X>)
- Constructor for class org.knowceans.map.
BijectiveTreeMap
initialise with a comparator on the forward relation
BijectiveTreeMap(Comparator<? super X>, Comparator<? super Y>)
- Constructor for class org.knowceans.map.
BijectiveTreeMap
initialise with comparators on the forward and backward relations
binarySearch(double[], double)
- Method in class org.knowceans.util.
CokusDistributionSampler
perform a binary search and return the first index i at which a[i] >= p.
binarySearch(double[], double)
- Method in class org.knowceans.util.
RandomSamplers
perform a binary search and return the first index i at which a[i] >= p.
binarySearch(double[], double)
- Static method in class org.knowceans.util.
Samplers
perform a binary search and return the first index i at which a[i] >= p.
binarySearch(String, Object)
- Method in class org.knowceans.util.
TableList
Perform a binary search on the field.
binarySearch(String, Object, TableList.FieldComparator)
- Method in class org.knowceans.util.
TableList
Perform a binary search, specifying the condition with a Comparator.
Binomial
- Class in
org.knowceans.util
Binomial()
- Constructor for class org.knowceans.util.
Binomial
BrowserDetector
- Class in
org.apache.commons.http
This class parses the user agent string and sets javasciptOK and cssOK following the rules described below.
BrowserDetector(String)
- Constructor for class org.apache.commons.http.
BrowserDetector
Constructor used to initialize this class.
byteArrayToInt(byte[])
- Static method in class org.knowceans.sandbox.
IntByteArray
Convert the byte array to an int.
byteArrayToInt(byte[], int)
- Static method in class org.knowceans.sandbox.
IntByteArray
Convert the byte array to an int starting from the given offset.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
Z