set abstract method

void set(
  1. String nodeKey,
  2. T data
)

Установить данные узла

Implementation

void set(String nodeKey, T data);