- accept(File, String) - Method in class com.sigio.io.FilenameExtensionFilter
- accept(File, String) - Method in class com.sigio.io.FilenamePatternFilter
- accept(File) - Method in class com.sigio.sql.DbPropertiesFileFilter
-
Tests whether or not the specified abstract pathname should be
included in a pathname list.
- add(String) - Method in class com.sigio.io.FilenameExtensionFilter
-
Add an extension string to the internal list of extensions.
- add(String[]) - Method in class com.sigio.io.FilenameExtensionFilter
-
Add an array of extension strings to the internal list.
- add(Pattern) - Method in class com.sigio.io.FilenamePatternFilter
-
Add a pre-compiled regular expression pattern to the internal
list.
- add(Pattern[]) - Method in class com.sigio.io.FilenamePatternFilter
-
Add an array of pre-compiled regular expression patterns to the
internal list.
- add(String) - Method in class com.sigio.io.FilenamePatternFilter
-
Add a regular expression pattern string to the internal list.
- add(String, int) - Method in class com.sigio.io.FilenamePatternFilter
-
Add a regular expression pattern string to the internal list
and compile it with an option mask.
- add(String[]) - Method in class com.sigio.io.FilenamePatternFilter
-
Add an array of regular expression pattern strings to the
internal list.
- add(String[], int) - Method in class com.sigio.io.FilenamePatternFilter
-
Add an array of regular expression pattern strings to the
internal list and compile them with an option mask.
- add(String[], int[]) - Method in class com.sigio.io.FilenamePatternFilter
-
Add an array of regular expression pattern strings to the
internal list and compile them with an array of option masks, one
for each pattern string.
- add(Object) - Method in class com.sigio.json.JSONArray
-
Appends the specified element to the end of this list.
- add(int, Object) - Method in class com.sigio.json.JSONArray
-
Inserts the specified element at the specified position in this
list.
- addAll(Collection<? extends Object>) - Method in class com.sigio.json.JSONArray
-
Appends all of the elements in the specified collection to the
end of this list, in the order that they are returned by the
specified collection's Iterator.
- addAll(int, Collection<? extends Object>) - Method in class com.sigio.json.JSONArray
-
Inserts all of the elements in the specified collection into
this list, starting at the specified position.
- allowsReverseTransformation() - Method in class com.sigio.util.FahrenheitToCentigradeValueTransformer
-
Returns true if the instance can do a reverse transformation.
- allowsReverseTransformation() - Method in class com.sigio.util.InchToMillimeterValueTransformer
-
Returns true if the instance can do a reverse transformation.
- allowsReverseTransformation() - Method in class com.sigio.util.ValueTransformer
-
Returns true if the instance can do a reverse transformation.
- allowsReverseTransformation() - Method in class com.sigio.util.YardToMeterValueTransformer
-
Returns true if the instance can do a reverse transformation.
- FahrenheitToCentigradeValueTransformer - Class in com.sigio.util
-
A Double
value transformer to convert temperatures
from Fahrenheit to Centigrade and to do the reverse.
- FahrenheitToCentigradeValueTransformer() - Constructor for class com.sigio.util.FahrenheitToCentigradeValueTransformer
-
- FilenameExtensionFilter - Class in com.sigio.io
-
A FilenameFilter implementation that filters files based on a list
of file extensions.
- FilenameExtensionFilter() - Constructor for class com.sigio.io.FilenameExtensionFilter
-
Construct a FilenameExtensionFilter with an empty extension
list.
- FilenameExtensionFilter(Collection<String>) - Constructor for class com.sigio.io.FilenameExtensionFilter
-
Construct a FilenameExtensionFilter with a collection of
extensions.
- FilenameExtensionFilter(String[]) - Constructor for class com.sigio.io.FilenameExtensionFilter
-
Construct a FilenamExtensionFilter with an array of extensions.
- FilenamePatternFilter - Class in com.sigio.io
-
A FilenameFilter implementation that filters filenames that match
regular expression patterns stored in an internal list.
- FilenamePatternFilter() - Constructor for class com.sigio.io.FilenamePatternFilter
-
Construct a FilenamePatternFilter with an empty regular
expression pattern list.
- FilenamePatternFilter(Collection<Pattern>) - Constructor for class com.sigio.io.FilenamePatternFilter
-
Construct a FilenamePatternFilter with a collection of
pre-compiled regular expression patterns.
- FilenamePatternFilter(Pattern) - Constructor for class com.sigio.io.FilenamePatternFilter
-
Construct a FilenamePatternFilter with a single pre-compiled
regular expression pattern.
- FilenamePatternFilter(Pattern[]) - Constructor for class com.sigio.io.FilenamePatternFilter
-
Construct a FilenamePatternFilter with an array of pre-compiled
regular expression patterns.
- FilenamePatternFilter(String) - Constructor for class com.sigio.io.FilenamePatternFilter
-
Construct a FilenamePatternFilter with a regular expression
pattern string.
- FilenamePatternFilter(String, int) - Constructor for class com.sigio.io.FilenamePatternFilter
-
Construct a FilenamePatternFilter with a regular expression
pattern string, and an option mask for the regular expression
compiler.
- FilenamePatternFilter(String[]) - Constructor for class com.sigio.io.FilenamePatternFilter
-
Construct a FilenamePatternFilter with an array of regular
expression pattern strings.
- FilenamePatternFilter(String[], int) - Constructor for class com.sigio.io.FilenamePatternFilter
-
Construct a FilenamePatternFilter with an array of regular
expression pattern strings and an option mask for the regular
expression compiler.
- FilenamePatternFilter(String[], int[]) - Constructor for class com.sigio.io.FilenamePatternFilter
-
Construct a FilenamePatternFilter with an array of regular
expression pattern strings and an array of option masks for the
regular expression compiler.
- fromString(String) - Static method in enum com.sigio.json.JSONLiteral
-
Get a JSONLiteral from a string.
- JSON - Class in com.sigio.json
-
JSON character constants and character utility routines based on
RFC4627.
- JSONArray - Class in com.sigio.json
-
Class to implement a JSON array as defined in RFC4627.
- JSONArray() - Constructor for class com.sigio.json.JSONArray
-
Construct a default JSONArray.
- JSONArray(Collection<Object>) - Constructor for class com.sigio.json.JSONArray
-
Construct a JSONArray and fill it with object from a collection.
- JSONArray(int) - Constructor for class com.sigio.json.JSONArray
-
Construct a JSONArray with an initial size
- JSONException - Exception in com.sigio.json
-
Special class for our own JSON exceptions.
- JSONException() - Constructor for exception com.sigio.json.JSONException
-
Constructs a new exception with null
as its detail
message.
- JSONException(String) - Constructor for exception com.sigio.json.JSONException
-
Constructs a new exception with the specified detail message.
- JSONException(String, Throwable) - Constructor for exception com.sigio.json.JSONException
-
Constructs a new exception with the specified detail message
and cause.
- JSONException(Throwable) - Constructor for exception com.sigio.json.JSONException
-
Constructs a new exception with the specified cause and a
detail message of (cause==null ? null :
cause.toString())
(which typically contains the class
and detail message of cause).
- JSONLiteral - Enum in com.sigio.json
-
Enum for the allowed JSON literals as defined in RFC4627.
- JSONObject - Class in com.sigio.json
-
Class to implement a JSON object as defined in RFC4627.
- JSONObject() - Constructor for class com.sigio.json.JSONObject
-
Construct an empty JSONObject with a default initial capacity
and load factor.
- JSONObject(int) - Constructor for class com.sigio.json.JSONObject
-
Construct a JSONObject with an initial capacity and default
load factor.
- JSONObject(int, float) - Constructor for class com.sigio.json.JSONObject
-
Constructs a JSONObject with an initial capacity and load
factor.
- JSONObject(Map<? extends String, ? extends Object>) - Constructor for class com.sigio.json.JSONObject
-
Construct a JSONObject from an existing map of objects.
- JSONReader - Class in com.sigio.json
-
Reader subclass to read JSON data and create JSON objects.
- JSONReader(Reader) - Constructor for class com.sigio.json.JSONReader
-
Create a new JSONReader with a default pushback buffer.
- JSONReader(Reader, int) - Constructor for class com.sigio.json.JSONReader
-
Create a new JSONReader with a specified Pushback buffer size.
- JSONValue - Enum in com.sigio.json
-
Enum of valid java classes for JSON values.
- JSONWriter - Class in com.sigio.json
-
Writer class to write certain java objects as JSON value strings.
- JSONWriter(Writer) - Constructor for class com.sigio.json.JSONWriter
-
Construct a new JSONWriter.
- read() - Method in class com.sigio.json.JSONReader
-
Reads a single character.
- read(char[], int, int) - Method in class com.sigio.json.JSONReader
-
Reads characters into a portion of an array.
- readValue() - Method in class com.sigio.json.JSONReader
-
Specialized read method to read JSON objects from the input
data.
- remove(String) - Method in class com.sigio.io.FilenameExtensionFilter
-
Remove an extension from the internal list.
- remove(String[]) - Method in class com.sigio.io.FilenameExtensionFilter
-
Remove an array of extensions from the internal list.
- remove(Pattern) - Method in class com.sigio.io.FilenamePatternFilter
-
Remove a pre-compiled regular expression pattern from the
internal list.
- remove(Pattern[]) - Method in class com.sigio.io.FilenamePatternFilter
-
Remove an array of pre-compiled regular expression patterns
from the internal list.
- ResultSetTableModel - Class in com.sigio.sql
-
A class to implement a Swing AbstractTableModel that can be used to
display a ResultSet in a JTable.
- ResultSetTableModel() - Constructor for class com.sigio.sql.ResultSetTableModel
-
Simple constructor.
- ResultSetTableModel(ResultSet) - Constructor for class com.sigio.sql.ResultSetTableModel
-
Construct a ResultSetTableModel with an existing ResultSet.
- reverseTransformValue(Double) - Method in class com.sigio.util.FahrenheitToCentigradeValueTransformer
-
Transforms a Double
with an assumed value of degrees
Centigrade into a Double
with a value in degrees
Fahrenheit.
- reverseTransformValue(Double) - Method in class com.sigio.util.InchToMillimeterValueTransformer
-
Transforms a Double
with an assumed value in
millimeters into a Double
with a value in inches.
- reverseTransformValue(T) - Method in class com.sigio.util.ValueTransformer
-
Performs a reverse transformation.
- reverseTransformValue(Double) - Method in class com.sigio.util.YardToMeterValueTransformer
-
Transforms a Double
instance with an assumed value
in meters to a Double
with a value in yards.
- roll(int) - Method in class com.sigio.games.dice.Die
-
Simulates rolling a number of dice with a number of sides
represented by this instance.
- roll() - Method in class com.sigio.games.dice.Die
-
Simulates rolling a single die.
- roll(int) - Method in class com.sigio.games.dice.DoublingDie
-
Simulates rolling a number of doubling dice with a number of
sides represented by this instance.