public class NonAlphaNumWordSplitter extends Object implements IWordSplitter
| Constructor and Description |
|---|
NonAlphaNumWordSplitter() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
split(String word)
Split the word into its parts based on the defined
criteria.
|
public String[] split(String word)
split in interface IWordSplitterword - single word.Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.