protected static class BucketingService.MapEntry extends Object implements Map.Entry<BucketDefinition.Bucket,Object>, Comparable<BucketingService.MapEntry>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BucketingService.MapEntry o) |
BucketDefinition.Bucket |
getKey() |
Object |
getValue() |
Object |
setValue(Object value) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCodepublic BucketDefinition.Bucket getKey()
getKey in interface Map.Entry<BucketDefinition.Bucket,Object>public Object getValue()
getValue in interface Map.Entry<BucketDefinition.Bucket,Object>public Object setValue(Object value)
setValue in interface Map.Entry<BucketDefinition.Bucket,Object>public int compareTo(BucketingService.MapEntry o)
compareTo in interface Comparable<BucketingService.MapEntry>Copyright © 2017. All rights reserved.