| Modifier and Type | Class and Description |
|---|---|
class |
CollectionHelper
|
| Modifier and Type | Method and Description |
|---|---|
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
CollectionHelper.newSortedSet(ELEMENTTYPE aValue) |
| Modifier and Type | Method and Description |
|---|---|
static int |
CompareHelper.compare(String sStr1,
String sStr2,
Collator aCollator,
boolean bNullValuesComeFirst) |
static int |
CompareHelper.compareIgnoreCase(String sStr1,
String sStr2,
boolean bNullValuesComeFirst) |
| Modifier and Type | Class and Description |
|---|---|
class |
PDTFormatter
Create common
DateTimeFormatter objects used for printing and parsing
date and time objects. |
| Modifier and Type | Class and Description |
|---|---|
class |
EqualsHelper
A small helper class that provides helper methods for easy
equals method generation |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
EqualsHelper.equalsIgnoreCase(String sObj1,
String sObj2)
Check if the passed strings are equals case insensitive handling
null appropriately. |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
ByteArrayWrapper.bytes() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
FileHelper.isParentDirectory(File aSearchDirectory,
File aStartDirectory)
Check if the searched directory is a parent object of the start directory
|
static boolean |
PathHelper.isParentDirectory(Path aSearchDirectory,
Path aStartDirectory)
Check if the searched directory is a parent object of the start directory
|
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
NonBlockingBufferedInputStream.m_aBuf
The internal buffer array where the data is stored.
|
| Modifier and Type | Method and Description |
|---|---|
char[] |
NonBlockingCharArrayWriter.directGetBuffer() |
byte[] |
NonBlockingByteArrayOutputStream.directGetBuffer() |
void |
NonBlockingBufferedWriter.write(char[] cbuf,
int nOfs,
int nLen)
Writes a portion of an array of characters.
|
void |
NonBlockingBufferedWriter.write(String s,
int off,
int len)
Writes a portion of a String.
|
| Constructor and Description |
|---|
NonBlockingByteArrayInputStream(byte[] aBuf,
int nOfs,
int nLen,
boolean bIsCopyNeeded) |
NonBlockingStringReader(char[] aChars,
int nOfs,
int nLen) |
| Constructor and Description |
|---|
CodepointIteratorCharArray(char[] aBuffer,
int nOfs,
int nLen) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Punycode.getDecoded(char[] aChars,
boolean[] aCaseFlags) |
Copyright © 2014–2019 Philip Helger. All rights reserved.