Package 

Interface DeferredIntegerArray

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class DeferredIntegerArray.Constant

      A 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 class DeferredIntegerArray.Resource

      A wrapper for an integer ArrayRes.

    • Method Summary

      Modifier and Type Method Description
      abstract IntArray resolve(Context context) Resolve the integer array.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait