Class DefaultTagMergeStrategy

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object mergeTag​(Cluster cluster)
      cluster에 속한 자식 Node의 태그를 사용하지 않고 항상 null을 반환합니다.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultTagMergeStrategy

        public DefaultTagMergeStrategy()
    • Method Detail

      • mergeTag

        @Nullable
        @WorkerThread
        public java.lang.Object mergeTag​(@NonNull
                                         Cluster cluster)
        cluster에 속한 자식 Node의 태그를 사용하지 않고 항상 null을 반환합니다.
        Specified by:
        mergeTag in interface TagMergeStrategy
        Parameters:
        cluster - 태그를 병합할 Cluster 객체.
        Returns:
        null.