See: Description
| Class | Description |
|---|---|
| Iterators |
Minimal set of
com.google.common.collect.Iterators. |
| Lists |
Minimal set of
com.google.common.collect.Lists. |
| Maps |
Minimal set of
com.google.common.collect.Maps. |
| Objects |
Helper functions that can operate on any
Object. |
| Objects.ToStringHelper |
Support class for
Objects.toStringHelper(java.lang.Object). |
| Objects.ToStringHelper.ValueHolder |
Value class to hold properties.
|
| Sets |
Minimal set of
com.google.common.collect.Sets. |
This package is a part of the open-source Commons
If only used a bunch of classes then avoid linking the whole stuff to minimize footprint of final JARs.
Copyright © 2014 Sven Strittmatter. All Rights Reserved.