public interface AtomicMatchKey
In general this is used only for equality comparison. Match keys representing atomic values of an ordered type, however, must also implement Comparable, and their compareTo() method must reflect the ordering semantics. In the case of strings this means the keys must reflect the semantics of the relevant collation.
Modifier and Type | Field and Description |
---|---|
static AtomicMatchKey |
NaN_MATCH_KEY
A match key for use in situations where NaN = NaN
|
Modifier and Type | Method and Description |
---|---|
AtomicValue |
asAtomic()
Get an atomic value that encapsulates this match key.
|
static final AtomicMatchKey NaN_MATCH_KEY
AtomicValue asAtomic()
Copyright (c) 2004-2020 Saxonica Limited. All rights reserved.