Questions related to Eclipse Collections, which is a collections framework for java and contains some improved collection types such as ListIterable, BiMap, Bag and MultiMap.
Eclipse Collections is a collections framework for Java. It has JDK-compatible List, Set and Map implementations with a rich API and set of utility classes that work with any JDK compatible Collections, Arrays, Maps or Strings. The iteration protocol was inspired by the Smalltalk collection framework.
Eclipse Collections grew out of GS Collections.