接口 WordStorage<T>

所有已知实现类:
ArrayContainer, BitmapContainer, Container, MappeableArrayContainer, MappeableBitmapContainer, MappeableContainer, MappeableRunContainer, RunContainer

public interface WordStorage<T>
  • 方法概要

    修饰符和类型
    方法
    说明
    add(char value)
     
    boolean
     
     
  • 方法详细资料

    • add

      T add(char value)
    • isEmpty

      boolean isEmpty()
    • runOptimize

      T runOptimize()