Package com.fathzer.soft.javaluator
Class BracketPair
java.lang.Object
com.fathzer.soft.javaluator.BracketPair
A bracket pair.
- Author:
- Jean-Marc Astesana
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BracketPairThe angle brackets pair: <>.static final BracketPairThe braces pair: {}.static final BracketPairThe square brackets pair: [].static final BracketPairThe parentheses pair: (). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PARENTHESES
The parentheses pair: (). -
BRACKETS
The square brackets pair: []. -
BRACES
The braces pair: {}. -
ANGLES
The angle brackets pair: <>.
-
-
Constructor Details
-
BracketPair
public BracketPair(char open, char close) Constructor.- Parameters:
open- The character used to open the brackets.close- The character used to close the brackets.
-
-
Method Details