Iterable<JFormatterTextFieldInternalGroup>public class JFormatterTextFieldInternalGroups extends Object implements Iterable<JFormatterTextFieldInternalGroup>
| Modifier | Constructor | Description |
|---|---|---|
protected |
JFormatterTextFieldInternalGroups(Set<JFormatterTextFieldInternalGroup> componentPositions) |
| Modifier and Type | Method | 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() |
forEach, 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.