V - the value type of the mappublic abstract class LinkedHashMapWithConflictBucketCandidate<V> extends LinkedHashMap<String,V>
LinkedHashMap with an additional ConflictBucketCandidate field. The Key is a String.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
LinkedHashMapWithConflictBucketCandidate() |
| Modifier and Type | Method and Description |
|---|---|
abstract Set<ConflictBucketCandidate> |
getAllConflictBucketCandidates()
Returns all
ConflictBucketCandidates. |
ConflictBucketCandidate |
getConflictBucketCandidate()
Returns the
ConflictBucketCandidate. |
void |
setConflictBucketCandidate(ConflictBucketCandidate conflictBucketCandidate)
Sets the
ConflictBucketCandidate for this map. |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic LinkedHashMapWithConflictBucketCandidate()
public ConflictBucketCandidate getConflictBucketCandidate()
ConflictBucketCandidate.public void setConflictBucketCandidate(ConflictBucketCandidate conflictBucketCandidate)
ConflictBucketCandidate for this map.conflictBucketCandidate - the candidate to setpublic abstract Set<ConflictBucketCandidate> getAllConflictBucketCandidates()
ConflictBucketCandidates.Copyright © 2017. All rights reserved.