Interface | Description |
---|---|
ModifiableMapPhase<K,V> |
A
Map which can be modified and supports efficient conversion to an unmodifiable map. |
UnmodifiableMapPhase<K,V> |
A
Map which cannot be modified and supports efficient conversion to a ModifiableMapPhase . |
Class | Description |
---|---|
ClassLoaderUtils | |
DurationStatisticsTracker |
Abstract class that calculates and tracks time duration statistics.
|
ExecutorServiceUtil |
Utility methods for dealing with
ExecutorService s. |
HashCodeBuilder<T> |
Utility class for incrementally building object hashCode by hashing together
component objects, one by one.
|
Identifiables | |
ImmutableOffsetMap<K,V> |
Implementation of the
Map interface which stores a set of immutable mappings using a key-to-offset map and
a backing array. |
Immutables | |
LazyCollections |
Utility methods for lazily instantiated collections.
|
ListenerRegistry<T extends EventListener> | |
MapAdaptor |
A simple layer on top of maps, which performs snapshot mediation and optimization of
what the underlying implementation is.
|
MutableOffsetMap<K,V> |
A mutable version of
ImmutableOffsetMap . |
PropertyUtils |
Provides utilities for system properties.
|
SharedSingletonMap<K,V> |
Implementation of the
Map interface which stores a single mapping. |
SingletonSet<E> |
A
Set containing a single value. |
UnmodifiableCollection<E> |
An unmodifiable view over a
Collection . |
Copyright © 2017 OpenDaylight. All rights reserved.