Uses of Interface
ru.progrm_jarvis.javacommons.primitive.wrapper.LongWrapper
Packages that use LongWrapper
Package
Description
Wrappers around Java's primitive types.
-
Uses of LongWrapper in ru.progrm_jarvis.javacommons.primitive.wrapper
Classes in ru.progrm_jarvis.javacommons.primitive.wrapper that implement LongWrapperModifier and TypeClassDescriptionstatic final classLongWrapperimplementation based onAtomicLong.static final classLongWrapperimplementation based onlong.Methods in ru.progrm_jarvis.javacommons.primitive.wrapper that return LongWrapperModifier and TypeMethodDescriptionstatic LongWrapperLongWrapper.create()Creates new simple long wrapper with initial value set to0.static LongWrapperLongWrapper.create(long value) Creates new simple long wrapper.static LongWrapperLongWrapper.createAtomic()Creates new atomic long wrapper with initial value set to0.static LongWrapperLongWrapper.createAtomic(long value) Creates new atomic long wrapper.