public class AbstractKeyAccessor extends Object implements KeyAccessor
Modifier and Type | Field and Description |
---|---|
protected DictReader |
dictReader |
protected ScalarReader |
keyReader |
Modifier | Constructor and Description |
---|---|
protected |
AbstractKeyAccessor(DictReader dictReader,
ScalarReader keyReader) |
Modifier and Type | Method and Description |
---|---|
boolean |
find(BigDecimal key) |
boolean |
find(boolean key) |
boolean |
find(byte[] key) |
boolean |
find(double key) |
boolean |
find(org.joda.time.Instant key) |
boolean |
find(int key) |
boolean |
find(org.joda.time.LocalDate key) |
boolean |
find(org.joda.time.LocalTime key) |
boolean |
find(long key) |
boolean |
find(org.joda.time.Period key) |
boolean |
find(String key) |
protected final DictReader dictReader
protected final ScalarReader keyReader
protected AbstractKeyAccessor(DictReader dictReader, ScalarReader keyReader)
public boolean find(boolean key)
find
in interface KeyAccessor
public boolean find(int key)
find
in interface KeyAccessor
public boolean find(BigDecimal key)
find
in interface KeyAccessor
public boolean find(double key)
find
in interface KeyAccessor
public boolean find(long key)
find
in interface KeyAccessor
public boolean find(String key)
find
in interface KeyAccessor
public boolean find(byte[] key)
find
in interface KeyAccessor
public boolean find(org.joda.time.Period key)
find
in interface KeyAccessor
public boolean find(org.joda.time.LocalDate key)
find
in interface KeyAccessor
public boolean find(org.joda.time.LocalTime key)
find
in interface KeyAccessor
public boolean find(org.joda.time.Instant key)
find
in interface KeyAccessor
Copyright © 1970 The Apache Software Foundation. All rights reserved.