|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Nullable | |
---|---|
net.sf.eos | Core ackage contains only some simple basic structures. |
net.sf.eos.analyzer | The package contains classes and patterns to support analyzing of
CharSequence . |
net.sf.eos.util | Utilities which make no sence otherwhere. |
net.sf.eos.util.functions | Some useful functions. |
Uses of Nullable in net.sf.eos |
---|
Method parameters in net.sf.eos with annotations of type Nullable | |
---|---|
T |
Function.apply(F from)
Applies the function to an object of type F , resulting in an object
of type T . |
boolean |
Predicate.evaluate(T value)
Evaluates this predicate for the given value. |
Uses of Nullable in net.sf.eos.analyzer |
---|
Constructor parameters in net.sf.eos.analyzer with annotations of type Nullable | |
---|---|
CaseTokenFilter(Tokenizer source,
Locale locale)
Creates a new instance for lowercase with the given Locale . |
|
CaseTokenFilter(Tokenizer source,
Locale locale,
boolean upper)
Creates a new instance. |
|
StopTokenFilter(Tokenizer source,
Set<CharSequence> stopWords)
Creates a new instance. |
Uses of Nullable in net.sf.eos.util |
---|
Method parameters in net.sf.eos.util with annotations of type Nullable | |
---|---|
boolean |
Pair.equals(Object other)
|
static int |
EqualsAndHashUtil.hash(boolean[] arr)
Creates a hash code for the given array of boolean s according to the rules stated in
"Effective Java" by Joshua Bloch. |
static int |
EqualsAndHashUtil.hash(byte[] arr)
Creates a hash code for the given array of byte s according to the rules stated in
"Effective Java" by Joshua Bloch. |
static int |
EqualsAndHashUtil.hash(char[] arr)
Creates a hash code for the given array of char s according to the rules stated in
"Effective Java" by Joshua Bloch. |
static int |
EqualsAndHashUtil.hash(double[] arr)
Creates a hash code for the given array of double s according to the rules stated in
"Effective Java" by Joshua Bloch. |
static int |
EqualsAndHashUtil.hash(float[] arr)
Creates a hash code for the given array of float s according to the rules stated in
"Effective Java" by Joshua Bloch. |
static int |
EqualsAndHashUtil.hash(int[] arr)
Creates a hash code for the given array of int s according to the rules stated in
"Effective Java" by Joshua Bloch. |
static int |
EqualsAndHashUtil.hash(long[] arr)
Creates a hash code for the given array of long s according to the rules stated in
"Effective Java" by Joshua Bloch. |
static int |
EqualsAndHashUtil.hash(Object obj)
Creates a hash code for the given Object according to the rules stated in "Effective
Java" by Joshua Bloch. |
static int |
EqualsAndHashUtil.hash(Object[] arr)
Creates a hash code for the given array of Object s according to the rules stated in
"Effective Java" by Joshua Bloch. |
static int |
EqualsAndHashUtil.hash(short[] arr)
Creates a hash code for the given array of short s according to the rules stated in
"Effective Java" by Joshua Bloch. |
static boolean |
EqualsAndHashUtil.isEqual(boolean[] own,
boolean[] other)
boolean array equality check. |
static boolean |
EqualsAndHashUtil.isEqual(boolean[] own,
boolean[] other)
boolean array equality check. |
static boolean |
EqualsAndHashUtil.isEqual(byte[] own,
byte[] other)
byte array equality check. |
static boolean |
EqualsAndHashUtil.isEqual(byte[] own,
byte[] other)
byte array equality check. |
static boolean |
EqualsAndHashUtil.isEqual(char[] own,
char[] other)
char array equality check. |
static boolean |
EqualsAndHashUtil.isEqual(char[] own,
char[] other)
char array equality check. |
static boolean |
EqualsAndHashUtil.isEqual(double[] own,
double[] other)
double array equality check. |
static boolean |
EqualsAndHashUtil.isEqual(double[] own,
double[] other)
double array equality check. |
static boolean |
EqualsAndHashUtil.isEqual(float[] own,
float[] other)
float array equality check. |
static boolean |
EqualsAndHashUtil.isEqual(float[] own,
float[] other)
float array equality check. |
static boolean |
EqualsAndHashUtil.isEqual(int[] own,
int[] other)
int array equality check. |
static boolean |
EqualsAndHashUtil.isEqual(int[] own,
int[] other)
int array equality check. |
static boolean |
EqualsAndHashUtil.isEqual(long[] own,
long[] other)
long array equality check. |
static boolean |
EqualsAndHashUtil.isEqual(long[] own,
long[] other)
long array equality check. |
static boolean |
EqualsAndHashUtil.isEqual(Object[] own,
Object[] other)
Object array equality check. |
static boolean |
EqualsAndHashUtil.isEqual(Object[] own,
Object[] other)
Object array equality check. |
static boolean |
EqualsAndHashUtil.isEqual(Object own,
Object other)
Object equality check. |
static boolean |
EqualsAndHashUtil.isEqual(Object own,
Object other)
Object equality check. |
static boolean |
EqualsAndHashUtil.isEqual(short[] own,
short[] other)
short array equality check. |
static boolean |
EqualsAndHashUtil.isEqual(short[] own,
short[] other)
short array equality check. |
Constructor parameters in net.sf.eos.util with annotations of type Nullable | |
---|---|
Pair(F first,
S second)
Creates a new pair. |
|
Pair(F first,
S second)
Creates a new pair. |
Uses of Nullable in net.sf.eos.util.functions |
---|
Method parameters in net.sf.eos.util.functions with annotations of type Nullable | |
---|---|
String |
DefaultValueConfigurationKeyFunction.apply(ConfigurationKey from)
Returns the default value of a ConfigurationKey . |
ConfigurationKey |
ConfigurationKeyIntrospectorFunction.apply(ConfigurationKeyIntrospectorFunction.ConfigurationKeySupport from)
Extracts the ConfigurationKey from the given class
with the specified value of the key. |
Constructor parameters in net.sf.eos.util.functions with annotations of type Nullable | |
---|---|
ConfigurationKeyIntrospectorFunction.ConfigurationKeySupport(Class<?> clazz,
String configKeyValue)
Creates a new instance. |
|
ConfigurationKeyIntrospectorFunction.ConfigurationKeySupport(Class<?> clazz,
String configKeyValue)
Creates a new instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |