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 classConstantSet.ConstantImplDeprecated.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. nameToConstantDeprecated.private java.util.concurrent.ConcurrentMap<java.lang.Integer,Constant>ConstantSet. valueToConstantDeprecated.Methods in com.kenai.constantine that return Constant Modifier and Type Method Description ConstantConstantSet. getConstant(int value)Deprecated.Gets the constant for a name.ConstantConstantSet. getConstant(java.lang.String name)Deprecated.Gets the constant for a name.ConstantConstantSet.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 classAddressFamilyDeprecated.private static classConstantResolver.UnknownConstantDeprecated.classErrnoDeprecated.classFcntlDeprecated.classINAddrDeprecated.classIPProtoDeprecated.classNameInfoDeprecated.classOpenFlagsDeprecated.classPRIODeprecated.classProtocolFamilyDeprecated.classRLIMDeprecated.classRLIMITDeprecated.classShutdownDeprecated.classSignalDeprecated.classSockDeprecated.classSocketLevelDeprecated.classSocketOptionDeprecated.classSysconfDeprecated.classTCPDeprecated.classWaitFlagsDeprecated.Fields in com.kenai.constantine.platform declared as Constant Modifier and Type Field Description private Constant[]ConstantResolver. cacheDeprecated.Methods in com.kenai.constantine.platform that return Constant Modifier and Type Method Description private ConstantConstantResolver. getConstant(E e)Deprecated.private ConstantConstantResolver. lookupAndCacheConstant(E e)Deprecated.
-