| Package | Description |
|---|---|
| org.lsst.gruth.jutils |
| Modifier and Type | Field and Description |
|---|---|
static MapArgs |
MapArgs.EMPTY_MAPARGS |
| Modifier and Type | Method and Description |
|---|---|
static MapArgs |
MapArgs.argMap()
the argMap methods are convenience factories for creating pair of String key-Object value
|
static MapArgs |
MapArgs.argMap(MapArgs.LEntry... args)
used in combination with Entry factory methods such as a, anInt,
aDbl, aString, aRef
|
static MapArgs |
MapArgs.argMap(Object... args)
to use only when the corresponding object has a constructor with all needed arguments.
|
MapArgs |
MapArgs.asFullMap(IndirectMap objectDictionary)
better calls isSafe before calling this method otherwise
will throw an EmptyParmException.
|
MapArgs |
MapArgs.clone() |
MapArgs |
BuiltParm.getArgs() |
MapArgs |
MapArgs.overlap(boolean acceptNullValues,
List<Object> list) |
MapArgs |
MapArgs.overlap(boolean acceptNullvalues,
MapArgs other)
operates a set of assignments of valued HollowParm objects
in the argument to the corresponding HollowParm object in the current structure.
|
MapArgs |
MapArgs.overlap(boolean acceptNullvalues,
Object[] array)
modifies the HollowObjects values with the values contained in the argument.
|
| Modifier and Type | Method and Description |
|---|---|
MapArgs |
MapArgs.overlap(boolean acceptNullvalues,
MapArgs other)
operates a set of assignments of valued HollowParm objects
in the argument to the corresponding HollowParm object in the current structure.
|
void |
BuiltParm.overlap(boolean acceptNullvalues,
MapArgs map) |
| Constructor and Description |
|---|
BuiltParm(BuiltParm.Type type,
MapArgs args) |
Copyright © 2016 LSST. All rights reserved.