public abstract class IntegerCache extends Object
Integer values. This is designed on the assumption that
clients will start with zero and work their way up from there. By holding
created instances in an array it allows for full reuse.| Constructor and Description |
|---|
IntegerCache() |
public static Integer getInteger(int value)
Integer for value.value - non-negative integer valueInteger valueCopyright © 2005–2016 jibx.org. All rights reserved.