public final class GenericValue<T extends GenericDefinition> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GenericValue.Builder<T extends GenericDefinition> |
| Modifier and Type | Method and Description |
|---|---|
Bundle<?> |
anyConsistentBundle() |
boolean |
equals(Object o) |
com.google.common.collect.ImmutableMap<T,Integer> |
getQuantities() |
int |
getQuantity(T definition) |
int |
getSize() |
int |
getTotalQuantity() |
BigDecimal |
getValue() |
int |
hashCode() |
Iterator<XORValue<?>> |
plainXorIterator()
An iterator over all XORValues consistent with this XOR-Q (XOR with quantities) instance
|
String |
toString() |
public int getQuantity(T definition)
public BigDecimal getValue()
public Bundle<?> anyConsistentBundle()
public int getTotalQuantity()
public Iterator<XORValue<?>> plainXorIterator()
public int getSize()
Copyright © 2017. All rights reserved.