Interface KeyAccessor
- All Known Implementing Classes:
AbstractKeyAccessor
,KeyAccessors.BooleanKeyAccessor
,KeyAccessors.BytesKeyAccessor
,KeyAccessors.DateKeyAccessor
,KeyAccessors.DecimalKeyAccessor
,KeyAccessors.DoubleKeyAccessor
,KeyAccessors.IntegerKeyAccessor
,KeyAccessors.LongKeyAccessor
,KeyAccessors.PeriodKeyAccessor
,KeyAccessors.StringKeyAccessor
,KeyAccessors.TimeKeyAccessor
,KeyAccessors.TimestampKeyAccessor
public interface KeyAccessor
-
Method Summary
Modifier and TypeMethodDescriptionboolean
find
(boolean key) boolean
find
(byte[] key) boolean
find
(double key) boolean
find
(int key) boolean
find
(long key) boolean
boolean
find
(BigDecimal key) boolean
find
(org.joda.time.Instant key) boolean
find
(org.joda.time.LocalDate key) boolean
find
(org.joda.time.LocalTime key) boolean
find
(org.joda.time.Period key)
-
Method Details
-
find
boolean find(boolean key) -
find
boolean find(int key) -
find
-
find
boolean find(double key) -
find
boolean find(long key) -
find
-
find
boolean find(byte[] key) -
find
boolean find(org.joda.time.Period key) -
find
boolean find(org.joda.time.LocalDate key) -
find
boolean find(org.joda.time.LocalTime key) -
find
boolean find(org.joda.time.Instant key)
-