Class Among


  • public final class Among
    extends Object
    This is the rev 502 of the Snowball SVN trunk, now located at GitHub, but modified:
    • made abstract and introduced abstract method stem to avoid expensive reflection in filter class.
    • refactored StringBuffers to StringBuilder
    • uses char[] as buffer instead of StringBuffer/StringBuilder
    • eq_s,eq_s_b,insert,replace_s take CharSequence like eq_v and eq_v_b
    • use MethodHandles and fix method visibility bug.