Pages

about my opensource eclipse java applications recently i'm studying GWT and Android

Showing posts with label google collections library. Show all posts
Showing posts with label google collections library. Show all posts

Tuesday, February 16, 2010

forwardingmultiset sample code

I make some forwardingmultiset sample code.
this page written in Japanese,but maybe Google site system 'll translate automatically if you click right bottom button.

http://java.akjava.com/library/google-collections/forwardingmultiset

multiset is very useful something count.
if you need more functions on that,you can use ForwardingMultiset.

I add new Functions just count,keep maxvalue and keep minvalue.