Class TextCharSupplier

java.lang.Object
net.thevpc.common.textsource.impl.TextCharSupplier
All Implemented Interfaces:
Supplier<char[]>

public class TextCharSupplier extends Object implements Supplier<char[]>
  • Constructor Details

    • TextCharSupplier

      public TextCharSupplier(String text)
  • Method Details