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 obj)
Determines if object is known to be immutable
|
public static boolean isImmutable(Object obj)
Note: This method may return false to immutable objects which immutability is not known, was defined not using concepts term.
obj
- Reference to checkCopyright © 2019 OpenDaylight. All rights reserved.