Interface ByteArraySupport

    • Method Detail

      • getByteArray

        ByteArray getByteArray​(java.lang.String key)
        Returns the ByteArray to which the specified key is mapped, or null if this map contains no mapping for the key.
        Parameters:
        key - the key whose associated value is to be returned
        Returns:
        the value to which the specified key is mapped, or null if this map contains no mapping for the key
      • setByteArray

        ByteArray setByteArray​(java.lang.String key,
                               ByteArray value)
        Associates the specified ByteArray with the specified key in this map. If the map previously contained a mapping for the key, the old value is replaced by the specified value.
        Parameters:
        key - key with which the specified value is to be associated
        value - value to be associated with the specified key.
        Returns:
        a read-only ByteArray representing the stored data
      • getByteArrayList

        java.util.List<ByteArray> getByteArrayList​(java.lang.String key)
        Returns the List of ByteArray to which the specified key is mapped, or null if this map contains no mapping for the key
        Parameters:
        key - the key whose associated value is to be returned
        Returns:
        the value to which the specified key is mapped, or null if this map contains no mapping for the key
      • setByteArrayList

        java.util.List<ByteArray> setByteArrayList​(java.lang.String key,
                                                   java.util.List<ByteArray> value)
        Associates the specified List of ByteArray with the specified key in this map. If the map previously contained a mapping for the key, the old value is replaced by the specified value.
        Parameters:
        key - key with which the specified value is to be associated
        value - value to be associated with the specified key.
        Returns:
        A read-only List of read-only ByteArray representing the stored data