public class BasicLookup extends Lookup
| Constructor and Description |
|---|
BasicLookup(FieldList resultFieldNames) |
| Modifier and Type | Method and Description |
|---|---|
BasicLookup |
add(Object[] key,
Object value) |
BasicLookup |
add(Object[] key,
Object[] values) |
BasicLookup |
add(Object key,
Object value) |
BasicLookup |
add(Object key,
Object[] values) |
RecordList |
get(Object... keys)
Returns the records that match the supplied composite lookup key.
|
String |
toString() |
public BasicLookup(FieldList resultFieldNames)
public RecordList get(Object... keys)
LookupContract for subclasses (see also docs/authoring/Lookup.md):
LookupTransformer; keep it fast.RecordList when no match is found. null is also
tolerated by LookupTransformer for backward compatibility, but new code
should prefer an empty list for clearer semantics.keys; they are owned by the caller.public BasicLookup add(Object key, Object value)
public BasicLookup add(Object key, Object[] values)
public BasicLookup add(Object[] key, Object value)
public BasicLookup add(Object[] key, Object[] values)
Copyright (c) 2006-2026 North Concepts Inc. All Rights Reserved.