public class JFormatterTextFieldInternalGroups extends Object implements Iterable<JFormatterTextFieldInternalGroup>
| Modifier | Constructor and Description |
|---|---|
protected |
JFormatterTextFieldInternalGroups(Set<JFormatterTextFieldInternalGroup> componentPositions) |
| Modifier and Type | Method and Description |
|---|---|
protected static JFormatterTextFieldInternalGroup |
addGroup(Set<JFormatterTextFieldInternalGroup> componentPositions,
JFormatterTextFieldInternalGroup previousGroup,
int endIndex,
int endSymbolIndex) |
static JFormatterTextFieldInternalGroups |
create(String mask) |
JFormatterTextFieldInternalGroup |
getGroupAtPosition(int position) |
protected static int |
getGroupLastIndex(String mask,
int i,
int length) |
Iterator<JFormatterTextFieldInternalGroup> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprotected JFormatterTextFieldInternalGroups(Set<JFormatterTextFieldInternalGroup> componentPositions)
public static JFormatterTextFieldInternalGroups create(String mask)
protected static int getGroupLastIndex(String mask, int i, int length)
protected static JFormatterTextFieldInternalGroup addGroup(Set<JFormatterTextFieldInternalGroup> componentPositions, JFormatterTextFieldInternalGroup previousGroup, int endIndex, int endSymbolIndex)
public JFormatterTextFieldInternalGroup getGroupAtPosition(int position)
public Iterator<JFormatterTextFieldInternalGroup> iterator()
iterator in interface Iterable<JFormatterTextFieldInternalGroup>Copyright © 2008–2018 Ultreia.io. All rights reserved.