Giriş
Şeklen şöyle
Önemli sınıflar şöyle
Interval
Bag
Multimap
HashingStrategy (Set, Map, Bag, Pool)
BiMap
MultiReaderBag
MultiReaderList
MultiReaderSet
MultiReader sınıfları multiple reader single writer desteği sağlıyor.
Interval
Açıklaması şöyle
- An Interval is a range of Integer values with a from, to, and step value.- An Interval is immutable.- An Interval may be forward or reverse depending on whether the from is less than or greater than the to value.
Bag - Counter Olarak Kullanılır
Açıklaması şöyle
- A Bag is an unordered Collection that allows duplicates.- A Bag is similar to a Map<K, Integer>.- A Bag is useful for counting things.- The method countBy takes a Function and returns a Bag.- The method toBag converts any Eclipse Collections type to a Bag.
Hiç yorum yok:
Yorum Gönder