Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Z
D
DATA_FILE_SUFFIX
- Static variable in class org.clapper.util.misc.
FileHashMap
Data file suffix.
DATE_FORMAT_STRING
- Static variable in class org.clapper.util.misc.
BuildInfo
The date format, used with
java.text.SimpleDateFormat
, used to write the date string to the build file.
debug(Object)
- Method in class org.clapper.util.logging.
Logger
Log a message with debug log level.
debug(Object, Throwable)
- Method in class org.clapper.util.logging.
Logger
Log an error with debug log level.
decodeMetacharacters(int, int)
- Method in class org.clapper.util.text.
XStringBufBase
Replaces any metacharacter sequences in a portion of the string buffer (such as those produced by
XStringBufBase.encodeMetacharacters()
with their actual characters.
decodeMetacharacters()
- Method in class org.clapper.util.text.
XStringBufBase
A version of
decodeMetacharacters
that processes the entire string buffer.
DEFAULT_INITIAL_CAPACITY
- Static variable in class org.clapper.util.misc.
LRUMap
The default initial capacity, if one isn't specified to the constructor
DEFAULT_LINE_LENGTH
- Static variable in class org.clapper.util.io.
JustifyTextWriter
The default line length.
DEFAULT_LINE_LENGTH
- Static variable in class org.clapper.util.io.
WordWrapWriter
The default line length.
DEFAULT_LOAD_FACTOR
- Static variable in class org.clapper.util.misc.
LRUMap
The default load factor, if one isn't specified to the constructor
DEFAULT_LRU_BUFFER_SIZE
- Static variable in class org.clapper.util.regex.
RegexUtil
Default size of the internal LRU buffer that is used to hold compiled regular expressions.
DEFAULT_MIME_TYPE
- Static variable in class org.clapper.util.misc.
MIMETypeUtil
Default MIME type, when a MIME type cannot be determined from a file's extension.
DEGREE_SIGN
- Static variable in class org.clapper.util.text.
Unicode
Symbol for degrees
delete()
- Method in class org.clapper.util.misc.
FileHashMap
Deletes the files backing this
FileHashMap
.
delete(String)
- Method in class org.clapper.util.text.
XStringBufBase
Delete the first occurrence of a given substring in the buffer.
delete(int, int)
- Method in class org.clapper.util.text.
XStringBufBase
Remove the characters in a substring of this
XStringBuffer
.
deleteCharacters(int, int)
- Method in class org.clapper.util.text.
XStringBufBase
Remove the characters in a substring of this
XStringBuffer
.
deleteCharacters(int, int)
- Method in class org.clapper.util.text.
XStringBuffer
Remove the characters in a substring of this
XStringBuffer
.
deleteCharacters(int, int)
- Method in class org.clapper.util.text.
XStringBuilder
Remove the characters in a substring of this
XStringBuilder
.
deleteCharAt(int)
- Method in class org.clapper.util.text.
XStringBuffer
Remove the character at the specified position in this object, shortening this object by one character.
deleteCharAt(int)
- Method in class org.clapper.util.text.
XStringBuilder
Remove the character at the specified position in this object, shortening this object by one character.
DirectoryFilter
- Class in
org.clapper.util.io
DirectoryFilter
implements a
java.io.FileFilter
that matches only directories.
DirectoryFilter()
- Constructor for class org.clapper.util.io.
DirectoryFilter
dirname(String)
- Static method in class org.clapper.util.io.
FileUtil
Get the name of a file's parent directory.
dirname(File)
- Static method in class org.clapper.util.io.
FileUtil
Get the name of a file's parent directory.
DIVISION_SIGN
- Static variable in class org.clapper.util.text.
Unicode
Classic mathematical division symbol.
Duration
- Class in
org.clapper.util.text
This class contains methods to parse and format time durations.
Duration()
- Constructor for class org.clapper.util.text.
Duration
Default constructor.
Duration(long)
- Constructor for class org.clapper.util.text.
Duration
Create a new
Duration
object from a long integer representing some elapsed number of milliseconds.
Duration(Date, Date)
- Constructor for class org.clapper.util.text.
Duration
Create a new
Duration
object by determining the amount of time between two dates.
Duration(String, Locale)
- Constructor for class org.clapper.util.text.
Duration
Create a new
Duration
object by parsing the specified duration string.
Duration(String)
- Constructor for class org.clapper.util.text.
Duration
Create a new
Duration
object by parsing the specified duration string.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Z
Copyright © 2004-2007 Brian M. Clapper. All Rights Reserved.