Class MutableFSTImpl

  • All Implemented Interfaces:
    MutableFST

    public class MutableFSTImpl
    extends Object
    implements MutableFST
    A mutable finite state transducer implementation that allows you to build mutable via the API. This is not thread safe; convert to an ImmutableFst if you need to share across multiple writer threads. Concurrently writing and reading to/from a mutable FST is supported.