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, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCode
public 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 © 2021 TIBCO Software Inc.. All rights reserved.