public class UsageList<T> extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.collect.ImmutableList<T> |
elements |
protected com.google.common.collect.ImmutableMap<String,Boolean> |
usageMap |
| Constructor and Description |
|---|
UsageList(List<T> elements,
Map<String,Boolean> usageMap) |
protected com.google.common.collect.ImmutableList<T> elements
Copyright © 2013–2015 Inra. All rights reserved.