Interface WordStorage<T>

All Known Implementing Classes:
ArrayContainer, BitmapContainer, Container, MappeableArrayContainer, MappeableBitmapContainer, MappeableContainer, MappeableRunContainer, RunContainer

public interface WordStorage<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    add(char value)
     
    boolean
     
     
  • Method Details

    • add

      T add(char value)
    • isEmpty

      boolean isEmpty()
    • runOptimize

      T runOptimize()