public final class Immutables extends Object
Modifier and Type | Field and Description |
---|---|
static Set<Class<?>> |
KNOWN_IMMUTABLES |
Modifier and Type | Method and Description |
---|---|
static boolean |
isImmutable(Object o)
Determines if object is known to be immutable
Note: This method may return false to immutable objects which
immutability is not known, was defined not using concepts term.
|
public static boolean isImmutable(Object o)
o
- Reference to checkCopyright © 2017 OpenDaylight. All rights reserved.