public class MappedList<K,V> extends Object
Modifier and Type | Field and Description |
---|---|
protected List<V> |
empty |
protected HashMap<K,List<V>> |
internal |
Constructor and Description |
---|
MappedList() |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.