Uses of Interface
ru.progrm_jarvis.javacommons.primitive.wrapper.IntWrapper
Packages that use IntWrapper
Package
Description
Wrappers around Java's primitive types.
-
Uses of IntWrapper in ru.progrm_jarvis.javacommons.primitive.wrapper
Classes in ru.progrm_jarvis.javacommons.primitive.wrapper that implement IntWrapperModifier and TypeClassDescriptionstatic final classIntWrapperimplementation based onAtomicInteger.static final classIntWrapperimplementation based onint.Methods in ru.progrm_jarvis.javacommons.primitive.wrapper that return IntWrapperModifier and TypeMethodDescriptionstatic IntWrapperIntWrapper.create()Creates new simple int wrapper with initial value set to0.static IntWrapperIntWrapper.create(int value) Creates new simple int wrapper.static IntWrapperIntWrapper.createAtomic()Creates new atomic int wrapper with initial value set to0.static IntWrapperIntWrapper.createAtomic(int value) Creates new atomic int wrapper.