| Package | Description |
|---|---|
| tech.mlsql.common.utils.collect |
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingNavigableSet<E>
A navigable set which forwards all its method calls to another navigable set.
|
protected class |
ForwardingNavigableSet.StandardDescendingSet
A sensible implementation of
NavigableSet.descendingSet() in terms of the other methods
of NavigableSet, notably including NavigableSet.descendingIterator(). |
class |
ForwardingSortedSet<E>
A sorted set which forwards all its method calls to another sorted set.
|
Copyright © 2020. All rights reserved.