Module swim.spatial
Package swim.spatial

Interface SpatialMap<K,​S,​V>

    • Method Detail

      • isEmpty

        boolean isEmpty()
      • size

        int size()
      • containsKey

        boolean containsKey​(K key,
                            S shape)
      • containsKey

        boolean containsKey​(Object key)
      • containsValue

        boolean containsValue​(Object value)
      • get

        V get​(K key,
              S shape)
      • put

        V put​(K key,
              S shape,
              V newValue)
      • move

        V move​(K key,
               S oldShape,
               S newShape,
               V newValue)
      • remove

        V remove​(K key,
                 S shape)
      • clear

        void clear()