public class HebrewProcessor extends Object implements LanguageProcessor
| Modifier and Type | Field and Description |
|---|---|
protected int |
runDirection |
| Constructor and Description |
|---|
HebrewProcessor() |
HebrewProcessor(int runDirection) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRTL()
Hebrew is written from right to left.
|
String |
process(String s)
Processes a String
|
public HebrewProcessor()
public HebrewProcessor(int runDirection)
public String process(String s)
LanguageProcessor
process in interface LanguageProcessor
s - the original String
public boolean isRTL()
isRTL in interface LanguageProcessor
LanguageProcessor.isRTL()
Copyright © 1998–2021. All rights reserved.