public class KeyValuePair
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
AtomicValue |
key |
GroundedValue<?> |
value |
Constructor and Description |
---|
KeyValuePair(AtomicValue key,
GroundedValue<?> value) |
public AtomicValue key
public GroundedValue<?> value
public KeyValuePair(AtomicValue key, GroundedValue<?> value)
Copyright (c) 2004-2020 Saxonica Limited. All rights reserved.