Details
Description
Some swing models do not follow a naming standard for common operations like get(int), set(int,element), clear() nor they provide an iterator() method (for those that make sense). This is a request to enhance Swing classes and models with additional methods that bridge the gap with useful collection/groovy methods.
Current list of updates
Methods annotated with
behave differently from their List counterparts because they increment the model's size by one, as they are insert operations.
TreePath.leftShift() does not mutate the original path, it returns a new TreePath.