| Package | Description |
|---|---|
| tech.mlsql.common.utils.collect |
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingList<E>
A list which forwards all its method calls to another list.
|
class |
ForwardingMultiset<E>
A multiset which forwards all its method calls to another multiset.
|
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 |
ForwardingSet<E>
A set which forwards all its method calls to another set.
|
class |
ForwardingSortedSet<E>
A sorted set which forwards all its method calls to another sorted set.
|
Copyright © 2020. All rights reserved.