Class Views.MapView<V>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<java.util.Map<java.lang.Object,V>>
-
- org.meteoinfo.data.dataframe.impl.Views.MapView<V>
-
- Enclosing class:
- Views
public static class Views.MapView<V> extends java.util.AbstractList<java.util.Map<java.lang.Object,V>>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.Object,V>get(int index)intsize()-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
-
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
-
-
-
-
Constructor Detail
-
MapView
public MapView(DataFrame df, boolean transpose)
-
-