Interface UResource.Array
- Enclosing class:
UResource
public static interface UResource.Array
Interface for iterating over a resource bundle array resource.
Does not use Java Iterator to reduce object creations.
-
Method Summary
-
Method Details
-
getSize
int getSize()- Returns:
- The number of items in the array resource.
-
getValue
- Parameters:
i- Array item index.value- Output-only, receives the value of the i'th item.- Returns:
- true if i is non-negative and less than getSize().
-