-
public interface DeferredIntegerArrayA wrapper for resolving an integer array on demand.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDeferredIntegerArray.ConstantA wrapper for a constant array of integer values.
This class protects against array mutability by holding a copy of the input values and by always returning a new copy of those values when resolved.
public final classDeferredIntegerArray.ResourceA wrapper for an integer ArrayRes.
-