Creating a Fixed Sized List in Java Using Apache Commons - DZone Java
There are many ways to create a fixed list in Java, one of them is by using the FixedSizeList class, found in the Apache org.apache.commons.collections package (http://commons.apache.org/collections/). FixedSizeList does not support the add, remove, clear and retain methods and the set method is allowed as far as it doesn't change the list size:Read full article from Creating a Fixed Sized List in Java Using Apache Commons - DZone Java
No comments:
Post a Comment