Java org.apache.commons.collections4.bag TreeBag fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.collections4.bag TreeBag fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.collections4.bag TreeBag.

The text is from its open source code.

Constructor

TreeBag(final Comparator comparator)
Constructs an empty bag that maintains order on its unique representative members according to the given Comparator .
TreeBag(final Collection coll)
Constructs a TreeBag containing all the members of the specified collection.