-
Type:
Bug
-
Status: Resolved
-
Resolution: Fixed
-
Affects Version/s: 1.5
-
Fix Version/s: None
-
Component/s: (RFE) Request For Extension
-
Labels:None
-
Environment:Operating System: other
Platform: Other
It seems the only way to iterate over a StyleMap is to try
{ getValue(i) }until it throws an array index out of bounds exception. It would be better
if the class exposes a public getLength() method
/**
- ...
*/
public int getLength() { return values.length; }