public class VersionHashMap<V extends VersionSupplier> extends MappedList<String,V> implements Comparator<V>
empty, internal
Constructor and Description |
---|
VersionHashMap(ResolverImpl resolver) |
Modifier and Type | Method and Description |
---|---|
int |
compare(V vs1,
V vs2) |
boolean |
contains(V vs) |
protected int |
insertionIndex(List<V> existing,
V value) |
void |
put(V[] versionSuppliers) |
V |
remove(V toBeRemoved) |
void |
remove(V[] versionSuppliers) |
clear, get, getAllValues, getSize, put, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public VersionHashMap(ResolverImpl resolver)
protected int insertionIndex(List<V> existing, V value)
insertionIndex
in class MappedList<String,V extends VersionSupplier>
public void put(V[] versionSuppliers)
public boolean contains(V vs)
public void remove(V[] versionSuppliers)
public int compare(V vs1, V vs2)
compare
in interface Comparator<V extends VersionSupplier>
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.