Uses of Class
org.xmpp.util.ValueWrapper
Packages that use ValueWrapper
-
Uses of ValueWrapper in org.xmpp.packet
Fields in org.xmpp.packet with type parameters of type ValueWrapperModifier and TypeFieldDescriptionstatic final com.github.benmanes.caffeine.cache.Cache<String,ValueWrapper<String>> JID.DOMAINPREP_CACHEstatic final com.github.benmanes.caffeine.cache.Cache<String,ValueWrapper<String>> JID.NODEPREP_CACHEstatic final com.github.benmanes.caffeine.cache.Cache<String,ValueWrapper<String>> -
Uses of ValueWrapper in org.xmpp.util
Methods in org.xmpp.util with parameters of type ValueWrapperModifier and TypeMethodDescriptionstatic intJIDWeigher.sizeOfValueWrapper(@Nullable ValueWrapper<String> value) Returns the size in bytes of a String.intJIDWeigher.weigh(String key, ValueWrapper<String> value) Returns the weight of a cache entry.