Uses of Interface
com.kenai.constantine.Constant
-
Packages that use Constant Package Description com.kenai.constantine com.kenai.constantine.platform -
-
Uses of Constant in com.kenai.constantine
Classes in com.kenai.constantine that implement Constant Modifier and Type Class Description private class
ConstantSet.ConstantImpl
Deprecated.Fields in com.kenai.constantine with type parameters of type Constant Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<java.lang.String,Constant>
ConstantSet. nameToConstant
Deprecated.private java.util.concurrent.ConcurrentMap<java.lang.Integer,Constant>
ConstantSet. valueToConstant
Deprecated.Methods in com.kenai.constantine that return Constant Modifier and Type Method Description Constant
ConstantSet. getConstant(int value)
Deprecated.Gets the constant for a name.Constant
ConstantSet. getConstant(java.lang.String name)
Deprecated.Gets the constant for a name.Constant
ConstantSet.ConstantIterator. next()
Methods in com.kenai.constantine that return types with arguments of type Constant Modifier and Type Method Description java.util.Iterator<Constant>
ConstantSet. iterator()
Deprecated. -
Uses of Constant in com.kenai.constantine.platform
Classes in com.kenai.constantine.platform that implement Constant Modifier and Type Class Description class
AddressFamily
Deprecated.private static class
ConstantResolver.UnknownConstant
Deprecated.class
Errno
Deprecated.class
Fcntl
Deprecated.class
INAddr
Deprecated.class
IPProto
Deprecated.class
NameInfo
Deprecated.class
OpenFlags
Deprecated.class
PRIO
Deprecated.class
ProtocolFamily
Deprecated.class
RLIM
Deprecated.class
RLIMIT
Deprecated.class
Shutdown
Deprecated.class
Signal
Deprecated.class
Sock
Deprecated.class
SocketLevel
Deprecated.class
SocketOption
Deprecated.class
Sysconf
Deprecated.class
TCP
Deprecated.class
WaitFlags
Deprecated.Fields in com.kenai.constantine.platform declared as Constant Modifier and Type Field Description private Constant[]
ConstantResolver. cache
Deprecated.Methods in com.kenai.constantine.platform that return Constant Modifier and Type Method Description private Constant
ConstantResolver. getConstant(E e)
Deprecated.private Constant
ConstantResolver. lookupAndCacheConstant(E e)
Deprecated.
-