Class Views.DataFrameMapView<V>

  • Enclosing class:
    Views


    public static class Views.DataFrameMapView<V>
    extends java.util.AbstractMap<java.lang.Object,V>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.util.AbstractMap

        java.util.AbstractMap.SimpleEntry<K extends java.lang.Object,V extends java.lang.Object>, java.util.AbstractMap.SimpleImmutableEntry<K extends java.lang.Object,V extends java.lang.Object>
      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,V extends java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      DataFrameMapView​(DataFrame df, int index, boolean transpose)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.util.Map.Entry<java.lang.Object,V>> entrySet​()  
      • Methods inherited from class java.util.AbstractMap

        clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
      • Methods inherited from interface java.util.Map

        compute, computeIfAbsent, computeIfPresent, entry, forEach, getOrDefault, merge, of, of, of, of, of, of, of, of, of, of, of, ofEntries, putIfAbsent, remove, replace, replace, replaceAll
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DataFrameMapView

        public DataFrameMapView​(DataFrame df,
                                int index,
                                boolean transpose)
    • Method Detail

      • entrySet

        public java.util.Set<java.util.Map.Entry<java.lang.Object,V>> entrySet​()
        Specified by:
        entrySet in class java.util.AbstractMap<java.lang.Object,V>