KEYTYPE - The key type for the map. Must implement Serializable.public abstract class AbstractQValueList<KEYTYPE extends Serializable> extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected com.helger.commons.collection.impl.ICommonsOrderedMap<KEYTYPE,QValue> |
m_aMap |
| Constructor and Description |
|---|
AbstractQValueList() |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsOrderedMap<KEYTYPE,QValue> |
getAllQValues() |
com.helger.commons.collection.impl.ICommonsOrderedMap<KEYTYPE,QValue> |
getAllQValuesGreaterOrEqual(double dQuality) |
com.helger.commons.collection.impl.ICommonsOrderedMap<KEYTYPE,QValue> |
getAllQValuesGreaterThan(double dQuality) |
com.helger.commons.collection.impl.ICommonsOrderedMap<KEYTYPE,QValue> |
getAllQValuesLowerOrEqual(double dQuality) |
com.helger.commons.collection.impl.ICommonsOrderedMap<KEYTYPE,QValue> |
getAllQValuesLowerThan(double dQuality) |
String |
toString() |
protected final com.helger.commons.collection.impl.ICommonsOrderedMap<KEYTYPE extends Serializable,QValue> m_aMap
@Nonnull @ReturnsMutableCopy public com.helger.commons.collection.impl.ICommonsOrderedMap<KEYTYPE,QValue> getAllQValues()
@Nonnull @ReturnsMutableCopy public final com.helger.commons.collection.impl.ICommonsOrderedMap<KEYTYPE,QValue> getAllQValuesLowerThan(double dQuality)
@Nonnull @ReturnsMutableCopy public final com.helger.commons.collection.impl.ICommonsOrderedMap<KEYTYPE,QValue> getAllQValuesLowerOrEqual(double dQuality)
@Nonnull @ReturnsMutableCopy public final com.helger.commons.collection.impl.ICommonsOrderedMap<KEYTYPE,QValue> getAllQValuesGreaterThan(double dQuality)
@Nonnull @ReturnsMutableCopy public final com.helger.commons.collection.impl.ICommonsOrderedMap<KEYTYPE,QValue> getAllQValuesGreaterOrEqual(double dQuality)
Copyright © 2016–2019 Philip Helger. All rights reserved.