A B C D E F G H I J K L M N O P R S T U V W

A

AbstractSimpleComponentsMonitor - Class in org.apache.directory.shared.util
Abstract implementation of a components monitor.
AbstractSimpleComponentsMonitor(String[]) - Constructor for class org.apache.directory.shared.util.AbstractSimpleComponentsMonitor
Instantiates a new abstract simple components monitor.
addThrowable(Throwable) - Method in exception org.apache.directory.shared.util.exception.MultiException
Add an exeception to this multiexception.
addThrowable(Throwable) - Method in exception org.apache.directory.shared.util.exception.RuntimeMultiException
Add an exeception to this multiexception.
allComponentsUsed() - Method in class org.apache.directory.shared.util.AbstractSimpleComponentsMonitor
Check if all components are used.
allComponentsUsed() - Method in interface org.apache.directory.shared.util.ComponentsMonitor
Check if all components are used.
allComponentsUsed() - Method in class org.apache.directory.shared.util.MandatoryAndOptionalComponentsMonitor
Check if all components are used.
ALPHA - Static variable in class org.apache.directory.shared.util.Chars
<alpha> ::= [0x41-0x5A] | [0x61-0x7A]
ALPHA_DIGIT - Static variable in class org.apache.directory.shared.util.Chars
<alpha-digit> | <digit>
ALPHA_LOWER_CASE - Static variable in class org.apache.directory.shared.util.Chars
<alpha-lower-case> ::= [0x61-0x7A]
ALPHA_UPPER_CASE - Static variable in class org.apache.directory.shared.util.Chars
<alpha-upper-case> ::= [0x41-0x5A]
append(byte[]) - Method in class org.apache.directory.shared.util.ByteBuffer
Appends the bytes to this buffer.
append(byte) - Method in class org.apache.directory.shared.util.ByteBuffer
Appends a byte to this buffer.
append(int) - Method in class org.apache.directory.shared.util.ByteBuffer
Appends an int to this buffer.
areEquals(String, int, String) - Static method in class org.apache.directory.shared.util.Strings
Check if a text is present at the current position in another string.
areEquals(byte[], int, String) - Static method in class org.apache.directory.shared.util.Strings
Check if a text is present at the current position in a buffer.
areEquals(char[], int, String) - Static method in class org.apache.directory.shared.util.Strings
Check if a text is present at the current position in a buffer.
areEquals(char[], int, char[]) - Static method in class org.apache.directory.shared.util.Strings
Check if a text is present at the current position in a buffer.
areEquals(byte[], int, byte[]) - Static method in class org.apache.directory.shared.util.Strings
Check if a text is present at the current position in a buffer.
ArrayEnumeration - Class in org.apache.directory.shared.util
An enumeration wrapper around an array.
ArrayEnumeration(Object[]) - Constructor for class org.apache.directory.shared.util.ArrayEnumeration
Constructs an enumeration by wrapping an array.
ArrayNamingEnumeration<T> - Class in org.apache.directory.shared.util
A NamingEnumeration over an array of objects.
ArrayNamingEnumeration(T[]) - Constructor for class org.apache.directory.shared.util.ArrayNamingEnumeration
Creates a NamingEnumeration over an array of objects.
asciiBytesToString(byte[]) - Static method in class org.apache.directory.shared.util.Strings
Thansform an array of ASCII bytes to a string.

B

Base32 - Class in org.apache.directory.shared.util
decoding of base32 characters to raw bytes.
Base64 - Class in org.apache.directory.shared.util
Encoding and decoding of Base64 characters to and from raw bytes.
buffer() - Method in class org.apache.directory.shared.util.ByteBuffer
Get's the bytes, the backing store for this buffer.
ByteBuffer - Class in org.apache.directory.shared.util
A dynamically growing byte[].
ByteBuffer() - Constructor for class org.apache.directory.shared.util.ByteBuffer
 
ByteBuffer(int) - Constructor for class org.apache.directory.shared.util.ByteBuffer
 
bytesToChar(byte[]) - Static method in class org.apache.directory.shared.util.Unicode
Return the Unicode char which is coded in the bytes at position 0.
bytesToChar(byte[], int) - Static method in class org.apache.directory.shared.util.Unicode
Return the Unicode char which is coded in the bytes at the given position.

C

capacity() - Method in class org.apache.directory.shared.util.ByteBuffer
 
centerTrunc(String, int, int) - Static method in class org.apache.directory.shared.util.Strings
Truncates large Strings showing a portion of the String's head and tail with the center cut out and replaced with '...'.
CHAR - Static variable in class org.apache.directory.shared.util.Chars
<alpha> | <digit> | '-'
CHAR_FIVE_BYTES_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
CHAR_FOUR_BYTES_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
CHAR_ONE_BYTE_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
CHAR_SIX_BYTES_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
CHAR_THREE_BYTES_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
CHAR_TWO_BYTES_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
charAt(String, int) - Static method in class org.apache.directory.shared.util.Strings
Get the character at a given position in a string, checking fo limits
CharConstants - Interface in org.apache.directory.shared.util
Various Character constants are kept here.
Chars - Class in org.apache.directory.shared.util
Various Character methods are kept here.
Chars() - Constructor for class org.apache.directory.shared.util.Chars
 
charToBytes(char) - Static method in class org.apache.directory.shared.util.Unicode
Return the Unicode char which is coded in the bytes at the given position.
clear() - Method in class org.apache.directory.shared.util.ByteBuffer
 
clear() - Method in class org.apache.directory.shared.util.SequencedHashMap
Implements Map.clear().
clone() - Method in class org.apache.directory.shared.util.SequencedHashMap
Creates a shallow copy of this object, preserving the internal structure by copying only references.
close() - Method in class org.apache.directory.shared.util.ArrayNamingEnumeration
 
close() - Method in class org.apache.directory.shared.util.EmptyEnumeration
 
close() - Method in class org.apache.directory.shared.util.IteratorNamingEnumeration
 
close() - Method in class org.apache.directory.shared.util.SingletonEnumeration
Makes calls to hasMore to false even if we had more.
compareTo(GeneralizedTime) - Method in class org.apache.directory.shared.util.GeneralizedTime
Compares this GeneralizedTime object with the specified GeneralizedTime object.
ComponentsMonitor - Interface in org.apache.directory.shared.util
Monitor used to track existence or duplication of components.
containsKey(Object) - Method in class org.apache.directory.shared.util.SequencedHashMap
Implements Map.containsKey(Object).
containsValue(Object) - Method in class org.apache.directory.shared.util.SequencedHashMap
Implements Map.containsValue(Object).
convertEscapedHex(String) - Static method in class org.apache.directory.shared.util.Hex
Convert an escaoed list of bytes to a byte[]
copy(byte[]) - Static method in class org.apache.directory.shared.util.Strings
Copy a byte array into a new byte array
copyOfUsedBytes() - Method in class org.apache.directory.shared.util.ByteBuffer
Get's a copy of the bytes used.
countBytes(char[]) - Static method in class org.apache.directory.shared.util.Unicode
Count the number of bytes included in the given char[].
countBytesPerChar(byte[], int) - Static method in class org.apache.directory.shared.util.Unicode
Count the number of bytes needed to return an Unicode char.
countChars(byte[]) - Static method in class org.apache.directory.shared.util.Unicode
Count the number of chars included in the given byte[].
countNbBytesPerChar(char) - Static method in class org.apache.directory.shared.util.Unicode
Return the number of bytes that hold an Unicode char.
createSocket(Socket, String, int, boolean) - Method in class org.apache.directory.shared.util.DummySSLSocketFactory
 
createSocket(String, int) - Method in class org.apache.directory.shared.util.DummySSLSocketFactory
 
createSocket(InetAddress, int) - Method in class org.apache.directory.shared.util.DummySSLSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class org.apache.directory.shared.util.DummySSLSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class org.apache.directory.shared.util.DummySSLSocketFactory
 
crypt(String, String) - Static method in class org.apache.directory.shared.util.UnixCrypt
Encrypts String into crypt (Unix) code.

D

DATE_FORMAT - Static variable in class org.apache.directory.shared.util.DateUtils
Defines a default date format with a "yyyyMMddHHmmss'Z'" pattern
DateUtils - Class in org.apache.directory.shared.util
Gets the generalized time using the "Z" form of the g-time-zone.
decode(char[]) - Static method in class org.apache.directory.shared.util.Base64
Decodes a BASE-64 encoded stream to recover the original data.
decodeHexString(String) - Static method in class org.apache.directory.shared.util.Hex
Decodes values of attributes in the DN encoded in hex into a UTF-8 String.
deepTrim(String, boolean) - Static method in class org.apache.directory.shared.util.Strings
Put common code to deepTrim(String) and deepTrimToLower here.
deepTrim(String) - Static method in class org.apache.directory.shared.util.Strings
A deep trim of a string remove whitespace from the ends as well as excessive whitespace within the inside of the string between non-whitespace characters.
deepTrimToLower(String) - Static method in class org.apache.directory.shared.util.Strings
This does the same thing as a trim but we also lowercase the string while performing the deep trim within the same buffer.
DIGIT - Static variable in class org.apache.directory.shared.util.Chars
'0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'
discover(String, Properties[], boolean) - Static method in class org.apache.directory.shared.util.PropertiesUtils
Discovers a value within a set of Properties either halting on the first time the property is discovered or continuing on to take the last value found for the property key.
discover(Properties, Properties[], boolean) - Static method in class org.apache.directory.shared.util.PropertiesUtils
Merges a set of properties from source Properties into a target properties instance containing keys.
DummySSLSocketFactory - Class in org.apache.directory.shared.util
A SSLSocketFactory that accepts every certificat without validation.
DummySSLSocketFactory() - Constructor for class org.apache.directory.shared.util.DummySSLSocketFactory
Creates a new instance of DummySSLSocketFactory.
dumpByte(byte) - Static method in class org.apache.directory.shared.util.Strings
Helper function that dump a byte in hex form
dumpBytes(byte[]) - Static method in class org.apache.directory.shared.util.Strings
Helper function that dump an array of bytes in hex form
dumpHex(byte) - Static method in class org.apache.directory.shared.util.Strings
Helper function that returns a char from an hex
dumpHexPairs(byte[]) - Static method in class org.apache.directory.shared.util.Strings
Helper function that dump an array of bytes in hex pair form, without '0x' and space chars

E

elements() - Method in class org.apache.directory.shared.util.PreferencesDictionary
 
EMPTY - Static variable in interface org.apache.directory.shared.util.StringConstants
The empty String "".
EMPTY_BYTES - Static variable in interface org.apache.directory.shared.util.StringConstants
The empty byte[]
EMPTY_STRINGS - Static variable in interface org.apache.directory.shared.util.StringConstants
The empty String[]
EmptyEnumeration<T> - Class in org.apache.directory.shared.util
An empty NamingEnumeration without any values: meaning hasMore/hasMoreElements() always returns false, and next/nextElement() always throws a NoSuchElementException.
EmptyEnumeration() - Constructor for class org.apache.directory.shared.util.EmptyEnumeration
 
encode(String) - Static method in class org.apache.directory.shared.util.Base32
Encodes a string to a Base64 encoded String.
encode(byte[]) - Static method in class org.apache.directory.shared.util.Base64
Encodes binary data to a Base64 encoded characters.
encodeHex(byte[]) - Static method in class org.apache.directory.shared.util.Hex
Converts an array of bytes into an array of characters representing the hexidecimal values of each byte in order.
end - Variable in class org.apache.directory.shared.util.Position
The token end position in the string
entrySet() - Method in class org.apache.directory.shared.util.SequencedHashMap
Implements Map.entrySet().
equals(Object) - Method in class org.apache.directory.shared.util.GeneralizedTime
 
equals(Object) - Method in class org.apache.directory.shared.util.SequencedHashMap
Implements Map.equals(Object).
equals(String, String) - Static method in class org.apache.directory.shared.util.Strings
Compares two Strings, returning true if they are equal.
Exceptions - Class in org.apache.directory.shared.util.exception
Provides utilities for manipulating and examining Throwable objects.

F

finalStateValid() - Method in interface org.apache.directory.shared.util.ComponentsMonitor
Checks if the final state is valid.
finalStateValid() - Method in class org.apache.directory.shared.util.MandatoryAndOptionalComponentsMonitor
Checks if the final state is valid.
finalStateValid() - Method in class org.apache.directory.shared.util.MandatoryComponentsMonitor
Checks if the final state is valid.
finalStateValid() - Method in class org.apache.directory.shared.util.OptionalComponentsMonitor
Checks if the final state is valid.
findProperties(File, String) - Static method in class org.apache.directory.shared.util.PropertiesUtils
Create a new properties object and load the properties file if it exists relative to [dir]/[filename] or [dir]/[filename].properties.
findUserProperties(String) - Static method in class org.apache.directory.shared.util.PropertiesUtils
Loads a properties object in a properties file if it exists relative to the filename ${user.home}.
formatHtml(String, boolean, boolean, boolean) - Static method in class org.apache.directory.shared.util.Strings
This method is used to insert HTML block dynamically

G

GeneralizedTime - Class in org.apache.directory.shared.util
This class represents the generalized time syntax as defined in RFC 4517 section 3.3.13.
GeneralizedTime(Calendar) - Constructor for class org.apache.directory.shared.util.GeneralizedTime
Creates a new instance of GeneralizedTime, based on the given Calendar object.
GeneralizedTime(String) - Constructor for class org.apache.directory.shared.util.GeneralizedTime
Creates a new instance of GeneralizedTime, based on the given generalized time string.
GeneralizedTime.Format - Enum in org.apache.directory.shared.util
The format of the generalized time.
GeneralizedTime.FractionDelimiter - Enum in org.apache.directory.shared.util
The fraction delimiter of the generalized time.
GeneralizedTime.TimeZoneFormat - Enum in org.apache.directory.shared.util
The time zone format of the generalized time.
get(int) - Method in class org.apache.directory.shared.util.ByteBuffer
 
get(Object) - Method in class org.apache.directory.shared.util.PreferencesDictionary
 
get(Properties, String, boolean) - Static method in class org.apache.directory.shared.util.PropertiesUtils
Gets a String property as a boolean returning a defualt if the key is not present.
get(Hashtable<String, Object>, Object, int) - Static method in class org.apache.directory.shared.util.PropertiesUtils
Gets a property or entry value from a hashtable and tries to transform whatever the value may be to an primitive integer.
get(Properties, String, long) - Static method in class org.apache.directory.shared.util.PropertiesUtils
 
get(Properties, String, byte) - Static method in class org.apache.directory.shared.util.PropertiesUtils
 
get(Properties, String, char) - Static method in class org.apache.directory.shared.util.PropertiesUtils
 
get(Object) - Method in class org.apache.directory.shared.util.SequencedHashMap
Implements Map.get(Object).
get(int) - Method in class org.apache.directory.shared.util.SequencedHashMap
Gets the key at the specified index.
get(Object) - Method in class org.apache.directory.shared.util.SynchronizedLRUMap
Get the value for a key from the Map.
getAllBundleExports(FileFilter, Set<String>) - Static method in class org.apache.directory.shared.util.OsgiUtils
All the packages that are exported from all bundles found on the system classpath.
getAssignmentCompatibleMethod(Class<?>, String, Class<?>[]) - Static method in class org.apache.directory.shared.util.MethodUtils
A replacement for Class.getMethod(java.lang.String, java.lang.Class...) with extended capability.
getBundleExports(File) - Static method in class org.apache.directory.shared.util.OsgiUtils
Gets the attribute value for the Export-Bundle OSGi Manifest Attribute.
getBytesUtf8(String) - Static method in class org.apache.directory.shared.util.Strings
Return UTF-8 encoded byte[] representation of a String
getCalendar() - Method in class org.apache.directory.shared.util.GeneralizedTime
Gets the calendar.
getClasspathCandidates(FileFilter) - Static method in class org.apache.directory.shared.util.OsgiUtils
 
getDate(String) - Static method in class org.apache.directory.shared.util.DateUtils
 
getDay(String) - Static method in class org.apache.directory.shared.util.DateUtils
 
getDefault() - Static method in class org.apache.directory.shared.util.DummySSLSocketFactory
Gets the default instance.
getDefaultCharsetName() - Static method in class org.apache.directory.shared.util.Strings
Get the default charset
getDefaultCipherSuites() - Method in class org.apache.directory.shared.util.DummySSLSocketFactory
 
getFirst() - Method in class org.apache.directory.shared.util.SequencedHashMap
Return the entry for the "oldest" mapping.
getFirstKey() - Method in class org.apache.directory.shared.util.SequencedHashMap
Return the key for the "oldest" mapping.
getFirstValue() - Method in class org.apache.directory.shared.util.SequencedHashMap
Return the value for the "oldest" mapping.
getGeneralizedTime() - Static method in class org.apache.directory.shared.util.DateUtils
Gets the generalized time using the "Z" form of the g-time-zone described by [ SYNTAXES] section 3.3.13, included below:
getGeneralizedTime(Date) - Static method in class org.apache.directory.shared.util.DateUtils
 
getGeneralizedTime(long) - Static method in class org.apache.directory.shared.util.DateUtils
 
getHexValue(char, char) - Static method in class org.apache.directory.shared.util.Hex
Translate two chars to an hex value.
getHexValue(byte, byte) - Static method in class org.apache.directory.shared.util.Hex
Translate two bytes to an hex value.
getHexValue(char) - Static method in class org.apache.directory.shared.util.Hex
Return an hex value from a sinle char The char must be in [0-9a-fA-F]
getHour(String) - Static method in class org.apache.directory.shared.util.DateUtils
 
getKey() - Method in interface org.apache.directory.shared.util.KeyValue
Gets the key from the pair.
getLast() - Method in class org.apache.directory.shared.util.SequencedHashMap
Return the entry for the "newest" mapping.
getLastKey() - Method in class org.apache.directory.shared.util.SequencedHashMap
Return the key for the "newest" mapping.
getLastValue() - Method in class org.apache.directory.shared.util.SequencedHashMap
Return the value for the "newest" mapping.
getMaximumSize() - Method in class org.apache.directory.shared.util.SynchronizedLRUMap
Getter for property maximumSize.
getMessage() - Method in exception org.apache.directory.shared.util.exception.InvalidCharacterException
 
getMinutes(String) - Static method in class org.apache.directory.shared.util.DateUtils
 
getMonth(String) - Static method in class org.apache.directory.shared.util.DateUtils
 
getPreferences() - Method in class org.apache.directory.shared.util.PreferencesDictionary
Gets the Preferences used as the backing store for this Dictionary.
getProperties(File) - Static method in class org.apache.directory.shared.util.PropertiesUtils
Creates a properties object and loads the properties in the file otherwise and empty property object will be returned.
getProperties(ClassLoader, String) - Static method in class org.apache.directory.shared.util.PropertiesUtils
Loads a properties file as a CL resource if it exists and returns an empty Properties object otherwise.
getProperties(Class<?>, String) - Static method in class org.apache.directory.shared.util.PropertiesUtils
Loads a properties file as a class resource if it exists and returns an empty Properties object otherwise.
getRemainingComponents() - Method in class org.apache.directory.shared.util.AbstractSimpleComponentsMonitor
Gets the remaining components.
getRemainingComponents() - Method in interface org.apache.directory.shared.util.ComponentsMonitor
Gets the remaining components.
getRemainingComponents() - Method in class org.apache.directory.shared.util.MandatoryAndOptionalComponentsMonitor
Gets the remaining components.
getSeconds(String) - Static method in class org.apache.directory.shared.util.DateUtils
 
getStaticProperties(Class<?>) - Static method in class org.apache.directory.shared.util.PropertiesUtils
Load a properties from a resource relative to a supplied class.
getStaticProperties(Class<?>, String) - Static method in class org.apache.directory.shared.util.PropertiesUtils
Load properties from a resource relative to a supplied class and path.
getString(byte[], int, int, String) - Static method in class org.apache.directory.shared.util.Strings
From commons-httpclients.
getString(byte[], String) - Static method in class org.apache.directory.shared.util.Strings
From commons-httpclients.
getSupportedCipherSuites() - Method in class org.apache.directory.shared.util.DummySSLSocketFactory
 
getValue() - Method in interface org.apache.directory.shared.util.KeyValue
Gets the value from the pair.
getValue(int) - Method in class org.apache.directory.shared.util.SequencedHashMap
Gets the value at the specified index.
getYear(String) - Static method in class org.apache.directory.shared.util.DateUtils
 

H

hashCode() - Method in class org.apache.directory.shared.util.GeneralizedTime
 
hashCode() - Method in class org.apache.directory.shared.util.SequencedHashMap
Implements Map.hashCode().
hasMore() - Method in class org.apache.directory.shared.util.ArrayNamingEnumeration
 
hasMore() - Method in class org.apache.directory.shared.util.EmptyEnumeration
Always returns false.
hasMore() - Method in class org.apache.directory.shared.util.IteratorNamingEnumeration
 
hasMore() - Method in class org.apache.directory.shared.util.SingletonEnumeration
 
hasMoreElements() - Method in class org.apache.directory.shared.util.ArrayEnumeration
 
hasMoreElements() - Method in class org.apache.directory.shared.util.ArrayNamingEnumeration
 
hasMoreElements() - Method in class org.apache.directory.shared.util.EmptyEnumeration
Always return false.
hasMoreElements() - Method in class org.apache.directory.shared.util.IteratorNamingEnumeration
 
hasMoreElements() - Method in class org.apache.directory.shared.util.SingletonEnumeration
 
hasNext() - Method in class org.apache.directory.shared.util.JoinIterator
 
HEX - Static variable in class org.apache.directory.shared.util.Chars
<hex> ::= [0x30-0x39] | [0x41-0x46] | [0x61-0x66]
Hex - Class in org.apache.directory.shared.util
Various hex and string manipulation methods that are more efficient then chaining operations: all is done in the same buffer without creating a bunch of intermediate String objects.
Hex() - Constructor for class org.apache.directory.shared.util.Hex
 
HEX_CHAR - Static variable in class org.apache.directory.shared.util.Hex
Used to build output as Hex
HEX_VALUE - Static variable in class org.apache.directory.shared.util.Hex
<hex> ::= [0x30-0x39] | [0x41-0x46] | [0x61-0x66]

I

indexOf(Object) - Method in class org.apache.directory.shared.util.SequencedHashMap
Gets the index of the specified key.
InvalidCharacterException - Exception in org.apache.directory.shared.util.exception
Exception thrown when a Character is invalid
InvalidCharacterException(int) - Constructor for exception org.apache.directory.shared.util.exception.InvalidCharacterException
 
IS_PRINTABLE_CHAR - Static variable in class org.apache.directory.shared.util.Strings
A table containing booleans when the corresponding char is printable
isAlpha(byte) - Static method in class org.apache.directory.shared.util.Chars
Test if the current byte is an Alpha character : <alpha> ::= [0x41-0x5A] | [0x61-0x7A]
isAlpha(char) - Static method in class org.apache.directory.shared.util.Chars
Test if the current character is an Alpha character : <alpha> ::= [0x41-0x5A] | [0x61-0x7A]
isAlphaASCII(byte[], int) - Static method in class org.apache.directory.shared.util.Chars
Test if the current character is an Alpha character : <alpha> ::= [0x41-0x5A] | [0x61-0x7A]
isAlphaASCII(char[], int) - Static method in class org.apache.directory.shared.util.Chars
Test if the current character is an Alpha character : <alpha> ::= [0x41-0x5A] | [0x61-0x7A]
isAlphaASCII(String, int) - Static method in class org.apache.directory.shared.util.Chars
Test if the current character is an Alpha character : <alpha> ::= [0x41-0x5A] | [0x61-0x7A]
isAlphaDigit(String, int) - Static method in class org.apache.directory.shared.util.Chars
Check if the current character is an 7 bits ASCII CHAR (between 0 and 127).
isAlphaDigitMinus(byte[], int) - Static method in class org.apache.directory.shared.util.Chars
Check if the current character is an 7 bits ASCII CHAR (between 0 and 127).
isAlphaDigitMinus(char[], int) - Static method in class org.apache.directory.shared.util.Chars
Check if the current character is an 7 bits ASCII CHAR (between 0 and 127).
isAlphaDigitMinus(String, int) - Static method in class org.apache.directory.shared.util.Chars
Check if the current character is an 7 bits ASCII CHAR (between 0 and 127).
isAlphaLowercaseASCII(String, int) - Static method in class org.apache.directory.shared.util.Chars
Test if the current character is a lowercased Alpha character :
<alpha> ::= [0x61-0x7A]
isAlphaUppercaseASCII(String, int) - Static method in class org.apache.directory.shared.util.Chars
Test if the current character is a uppercased Alpha character :
<alpha> ::= [0x61-0x7A]
isBit(String, int) - Static method in class org.apache.directory.shared.util.Chars
Test if the current character is a bit, ie 0 or 1.
isCharASCII(char[], int, char) - Static method in class org.apache.directory.shared.util.Chars
 
isCharASCII(String, int, char) - Static method in class org.apache.directory.shared.util.Chars
Test if the current character is equal to a specific character.
isCharASCII(byte[], int, char) - Static method in class org.apache.directory.shared.util.Strings
Test if the current character is equal to a specific character.
isCharASCII(String, int, char) - Static method in class org.apache.directory.shared.util.Strings
Test if the current character is equal to a specific character.
isDigit(byte[]) - Static method in class org.apache.directory.shared.util.Chars
Test if the current character is a digit <digit> ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'
isDigit(char) - Static method in class org.apache.directory.shared.util.Chars
Test if the current character is a digit <digit> ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'
isDigit(byte[], int) - Static method in class org.apache.directory.shared.util.Chars
Test if the current character is a digit <digit> ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'
isDigit(char[], int) - Static method in class org.apache.directory.shared.util.Chars
Test if the current character is a digit <digit> ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'
isDigit(String, int) - Static method in class org.apache.directory.shared.util.Chars
Test if the current character is a digit <digit> ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'
isDigit(char[]) - Static method in class org.apache.directory.shared.util.Chars
Test if the current character is a digit <digit> ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'
isEmpty() - Method in exception org.apache.directory.shared.util.exception.MultiException
Tests to see if there are any nested exceptions within this MultiException.
isEmpty() - Method in exception org.apache.directory.shared.util.exception.RuntimeMultiException
Tests to see if exceptions are nested within this exception.
isEmpty() - Method in class org.apache.directory.shared.util.PreferencesDictionary
 
isEmpty() - Method in class org.apache.directory.shared.util.SequencedHashMap
Implements Map.isEmpty().
isEmpty(String) - Static method in class org.apache.directory.shared.util.Strings
Checks if a String is empty ("") or null.
isEmpty(byte[]) - Static method in class org.apache.directory.shared.util.Strings
Checks if a bytes array is empty or null.
isHex(byte) - Static method in class org.apache.directory.shared.util.Chars
Check if the current byte is an Hex Char <hex> ::= [0x30-0x39] | [0x41-0x46] | [0x61-0x66]
isHex(byte[], int) - Static method in class org.apache.directory.shared.util.Chars
Check if the current character is an Hex Char <hex> ::= [0x30-0x39] | [0x41-0x46] | [0x61-0x66]
isHex(char[], int) - Static method in class org.apache.directory.shared.util.Chars
Check if the current character is an Hex Char <hex> ::= [0x30-0x39] | [0x41-0x46] | [0x61-0x66]
isHex(String, int) - Static method in class org.apache.directory.shared.util.Chars
Check if the current character is an Hex Char <hex> ::= [0x30-0x39] | [0x41-0x46] | [0x61-0x66]
isIA5String(String) - Static method in class org.apache.directory.shared.util.Strings
Check that a String is a valid IA5String.
isICharASCII(String, int, char) - Static method in class org.apache.directory.shared.util.Chars
Test if the current character is equal to a specific character.
isICharASCII(byte[], int, char) - Static method in class org.apache.directory.shared.util.Chars
Test if the current character is equal to a specific character.
isNotEmpty(String) - Static method in class org.apache.directory.shared.util.Strings
Checks if a String is not empty ("") and not null.
isPrintableString(String) - Static method in class org.apache.directory.shared.util.Strings
Check that a String is a valid PrintableString.
isUnicodeSubset(String, int) - Static method in class org.apache.directory.shared.util.Unicode
Check if the current char is in the unicodeSubset : all chars but '\0', '(', ')', '*' and '\'
isUnicodeSubset(char) - Static method in class org.apache.directory.shared.util.Unicode
Check if the current char is in the unicodeSubset : all chars but '\0', '(', ')', '*' and '\'
isValidUuid(String) - Static method in class org.apache.directory.shared.util.Strings
Checks to see if a String is a valid UUID.
iterator() - Method in class org.apache.directory.shared.util.SequencedHashMap
Gets an iterator over the keys.
IteratorNamingEnumeration<T> - Class in org.apache.directory.shared.util
A NamingEnumeration over an Iterator.
IteratorNamingEnumeration(Iterator<T>) - Constructor for class org.apache.directory.shared.util.IteratorNamingEnumeration
Creates a NamingEnumeration over an Iterator.

J

JoinIterator - Class in org.apache.directory.shared.util
An Iterator that joins the results of many iterators.
JoinIterator(Iterator<?>[]) - Constructor for class org.apache.directory.shared.util.JoinIterator
Creates an Iterator that joins other Iterators.

K

keys() - Method in class org.apache.directory.shared.util.PreferencesDictionary
 
keySet() - Method in class org.apache.directory.shared.util.SequencedHashMap
Implements Map.keySet().
KeyValue - Interface in org.apache.directory.shared.util
Defines a simple key value pair.

L

lastIndexOf(Object) - Method in class org.apache.directory.shared.util.SequencedHashMap
Gets the last index of the specified key.
length - Variable in class org.apache.directory.shared.util.Position
The current token length
listNestedExceptions() - Method in exception org.apache.directory.shared.util.exception.MultiException
Lists the nested exceptions that this Exception encapsulates.
listNestedExceptions() - Method in exception org.apache.directory.shared.util.exception.RuntimeMultiException
Lists the nested exceptions that this Exception encapsulates.
listToString(List<?>) - Static method in class org.apache.directory.shared.util.Strings
Utility method that return a String representation of a list
listToString(List<?>, String) - Static method in class org.apache.directory.shared.util.Strings
Utility method that return a String representation of a list
lowerCase(String) - Static method in class org.apache.directory.shared.util.Strings
Converts a String to lower case as per String.toLowerCase().
lowerCaseAscii(String) - Static method in class org.apache.directory.shared.util.Strings
Rewrote the toLowercase method to improve performances.

M

macroExpand(Properties, Properties[]) - Static method in class org.apache.directory.shared.util.PropertiesUtils
Expands out a set of property key macros in the following format ${foo.bar} where foo.bar is a property key, by dereferencing the value of the key using the original source Properties and other optional Properties.
main(String[]) - Static method in class org.apache.directory.shared.util.UnixCrypt
 
MandatoryAndOptionalComponentsMonitor - Class in org.apache.directory.shared.util
A monitor that tracks both, mandatory and optional components.
MandatoryAndOptionalComponentsMonitor(String[], String[]) - Constructor for class org.apache.directory.shared.util.MandatoryAndOptionalComponentsMonitor
Instantiates a new mandatory and optional components monitor.
MandatoryComponentsMonitor - Class in org.apache.directory.shared.util
A components monitor for manadatory components.
MandatoryComponentsMonitor(String[]) - Constructor for class org.apache.directory.shared.util.MandatoryComponentsMonitor
Instantiates a new mandatory components monitor.
mapToString(Map<?, ?>) - Static method in class org.apache.directory.shared.util.Strings
Utility method that return a String representation of a map.
mapToString(Map<?, ?>, String) - Static method in class org.apache.directory.shared.util.Strings
Utility method that return a String representation of a map.
MethodUtils - Class in org.apache.directory.shared.util
 
MultiException - Exception in org.apache.directory.shared.util.exception
This exception is thrown when Base class for nested exceptions.
MultiException() - Constructor for exception org.apache.directory.shared.util.exception.MultiException
Constructs an Exception without a message.
MultiException(String) - Constructor for exception org.apache.directory.shared.util.exception.MultiException
Constructs an Exception with a detailed message.

N

next() - Method in class org.apache.directory.shared.util.ArrayNamingEnumeration
 
next() - Method in class org.apache.directory.shared.util.EmptyEnumeration
Always throws NoSuchElementException.
next() - Method in class org.apache.directory.shared.util.IteratorNamingEnumeration
 
next() - Method in class org.apache.directory.shared.util.JoinIterator
 
next() - Method in class org.apache.directory.shared.util.SingletonEnumeration
 
nextElement() - Method in class org.apache.directory.shared.util.ArrayEnumeration
 
nextElement() - Method in class org.apache.directory.shared.util.ArrayNamingEnumeration
 
nextElement() - Method in class org.apache.directory.shared.util.EmptyEnumeration
Always throws NoSuchElementException.
nextElement() - Method in class org.apache.directory.shared.util.IteratorNamingEnumeration
 
nextElement() - Method in class org.apache.directory.shared.util.SingletonEnumeration
 
NoDuplicateKeysMap - Class in org.apache.directory.shared.util
A Map implementation derived from HashMap that only overrides a single method put() in order to prevent duplicate keyed entries to be added.
NoDuplicateKeysMap() - Constructor for class org.apache.directory.shared.util.NoDuplicateKeysMap
 
NOT_EQUAL - Static variable in interface org.apache.directory.shared.util.StringConstants
 
NotImplementedException - Exception in org.apache.directory.shared.util.exception
This exception is thrown when a Backend operation is either temporarily unsupported or perminantly unsupported as part of its implementation.
NotImplementedException() - Constructor for exception org.apache.directory.shared.util.exception.NotImplementedException
Constructs an Exception with a detailed message.
NotImplementedException(String) - Constructor for exception org.apache.directory.shared.util.exception.NotImplementedException
Constructs an Exception with a detailed message.

O

OptionalComponentsMonitor - Class in org.apache.directory.shared.util
A components monitor for optional components.
OptionalComponentsMonitor(String[]) - Constructor for class org.apache.directory.shared.util.OptionalComponentsMonitor
Instantiates a new optional components monitor.
org.apache.directory.shared.util - package org.apache.directory.shared.util
 
org.apache.directory.shared.util.exception - package org.apache.directory.shared.util.exception
 
OsgiUtils - Class in org.apache.directory.shared.util
Utilities for OSGi environments and embedding OSGi containers.
OsgiUtils() - Constructor for class org.apache.directory.shared.util.OsgiUtils
 

P

position() - Method in class org.apache.directory.shared.util.ByteBuffer
 
Position - Class in org.apache.directory.shared.util
This class is used to store the position of a token in a string.
Position() - Constructor for class org.apache.directory.shared.util.Position
 
PreferencesDictionary - Class in org.apache.directory.shared.util
A wrapper around Preferences to access it as a Dictionary.
PreferencesDictionary(Preferences) - Constructor for class org.apache.directory.shared.util.PreferencesDictionary
 
printErrors(List<Throwable>) - Static method in class org.apache.directory.shared.util.exception.Exceptions
Appends the messages of each Throwable to a string, separated by a new line.
printStackTrace(PrintWriter) - Method in exception org.apache.directory.shared.util.exception.MultiException
Beside printing out the standard stack trace this method prints out the stack traces of all the nested exceptions.
printStackTrace(PrintStream) - Method in exception org.apache.directory.shared.util.exception.MultiException
Beside printing out the standard stack trace this method prints out the stack traces of all the nested exceptions.
printStackTrace() - Method in exception org.apache.directory.shared.util.exception.MultiException
Beside printing out the standard stack trace this method prints out the stack traces of all the nested exceptions using standard error.
printStackTrace(PrintWriter) - Method in exception org.apache.directory.shared.util.exception.RuntimeMultiException
Beside printing out the standard stack trace this method prints out the stack traces of all the nested exceptions.
printStackTrace(PrintStream) - Method in exception org.apache.directory.shared.util.exception.RuntimeMultiException
Beside printing out the standard stack trace this method prints out the stack traces of all the nested exceptions.
printStackTrace() - Method in exception org.apache.directory.shared.util.exception.RuntimeMultiException
Beside printing out the standard stack trace this method prints out the stack traces of all the nested exceptions using standard error.
PropertiesUtils - Class in org.apache.directory.shared.util
A utility class used for accessing, finding, merging and macro expanding properties, on disk, via URLS or as resources.
put(Object, Object) - Method in class org.apache.directory.shared.util.NoDuplicateKeysMap
Overrides java.util.Map.put(java.lang.Object, java.lang.Object) to prevent duplicate keys.
put(String, String) - Method in class org.apache.directory.shared.util.PreferencesDictionary
 
put(Object, Object) - Method in class org.apache.directory.shared.util.SequencedHashMap
Implements Map.put(Object, Object).
put(Object, Object) - Method in class org.apache.directory.shared.util.SynchronizedLRUMap
Removes the key and its Object from the Map.
putAll(Map) - Method in class org.apache.directory.shared.util.SequencedHashMap
Adds all the mappings in the specified map to this map, replacing any mappings that already exist (as per Map.putAll(Map)).

R

readExternal(ObjectInput) - Method in class org.apache.directory.shared.util.SequencedHashMap
Deserializes this map from the given stream.
readUTF(ObjectInput) - Static method in class org.apache.directory.shared.util.Unicode
Reads in a string that has been encoded using a modified UTF-8 format.
remove() - Method in class org.apache.directory.shared.util.JoinIterator
 
remove(Object) - Method in class org.apache.directory.shared.util.PreferencesDictionary
 
remove(Object) - Method in class org.apache.directory.shared.util.SequencedHashMap
Implements Map.remove(Object).
remove(int) - Method in class org.apache.directory.shared.util.SequencedHashMap
Removes the element at the specified index.
RuntimeMultiException - Exception in org.apache.directory.shared.util.exception
This exception is thrown when Base class for nested exceptions.
RuntimeMultiException() - Constructor for exception org.apache.directory.shared.util.exception.RuntimeMultiException
Constructs an Exception without a message.
RuntimeMultiException(String) - Constructor for exception org.apache.directory.shared.util.exception.RuntimeMultiException
Constructs an Exception with a detailed message.
RuntimeMultiException(String, Throwable) - Constructor for exception org.apache.directory.shared.util.exception.RuntimeMultiException
Constructs an Exception with a detailed message.

S

sequence() - Method in class org.apache.directory.shared.util.SequencedHashMap
Returns a List view of the keys rather than a set view.
SequencedHashMap - Class in org.apache.directory.shared.util
A map of objects whose mapping entries are sequenced based on the order in which they were added.
SequencedHashMap() - Constructor for class org.apache.directory.shared.util.SequencedHashMap
Construct a new sequenced hash map with default initial size and load factor.
SequencedHashMap(int) - Constructor for class org.apache.directory.shared.util.SequencedHashMap
Construct a new sequenced hash map with the specified initial size and default load factor.
SequencedHashMap(int, float) - Constructor for class org.apache.directory.shared.util.SequencedHashMap
Construct a new sequenced hash map with the specified initial size and load factor.
SequencedHashMap(Map) - Constructor for class org.apache.directory.shared.util.SequencedHashMap
Construct a new sequenced hash map and add all the elements in the specified map.
setMaximumSize(int) - Method in class org.apache.directory.shared.util.SynchronizedLRUMap
Setter for property maximumSize.
setToString(Set<?>) - Static method in class org.apache.directory.shared.util.Strings
Utility method that return a String representation of a set
SingletonEnumeration<T> - Class in org.apache.directory.shared.util
A NamingEnumeration over a single element.
SingletonEnumeration(T) - Constructor for class org.apache.directory.shared.util.SingletonEnumeration
Creates a NamingEnumeration over a single element.
size() - Method in exception org.apache.directory.shared.util.exception.MultiException
Gets the size of this nested exception which equals the number of exception nested within.
size() - Method in exception org.apache.directory.shared.util.exception.RuntimeMultiException
Gets the size (number of) exceptions nested within this exception.
size() - Method in class org.apache.directory.shared.util.PreferencesDictionary
 
size() - Method in class org.apache.directory.shared.util.SequencedHashMap
Implements Map.size().
splitIntoPackages(String, Set<String>) - Static method in class org.apache.directory.shared.util.OsgiUtils
Splits an Package-Export OSGi Manifest Attribute value into packages while stripping away the key/value properties.
start - Variable in class org.apache.directory.shared.util.Position
The starting position in the string
StringConstants - Interface in org.apache.directory.shared.util
Various String constants are kept here.
Strings - Class in org.apache.directory.shared.util
Various string manipulation methods that are more efficient then chaining string operations: all is done in the same buffer without creating a bunch of string objects.
SynchronizedLRUMap - Class in org.apache.directory.shared.util
An implementation of a Map which has a maximum size and uses a Least Recently Used algorithm to remove items from the Map when the maximum size is reached and new items are added.
SynchronizedLRUMap() - Constructor for class org.apache.directory.shared.util.SynchronizedLRUMap
Default constructor, primarily for the purpose of de-externalization.
SynchronizedLRUMap(int) - Constructor for class org.apache.directory.shared.util.SynchronizedLRUMap
Create a new LRUMap with a maximum capacity of i.

T

TO_LOWER_CASE - Static variable in class org.apache.directory.shared.util.Strings
 
toByteArray(String) - Static method in class org.apache.directory.shared.util.Strings
Get byte array from hex string
toGeneralizedTime() - Method in class org.apache.directory.shared.util.GeneralizedTime
Returns the string representation of this generalized time.
toGeneralizedTime(GeneralizedTime.Format, GeneralizedTime.FractionDelimiter, int, GeneralizedTime.TimeZoneFormat) - Method in class org.apache.directory.shared.util.GeneralizedTime
Returns the string representation of this generalized time.
toHexString(byte[]) - Static method in class org.apache.directory.shared.util.Strings
Gets a hex string from byte array.
toLowerCase(String) - Static method in class org.apache.directory.shared.util.Strings
Rewrote the toLowercase method to improve performances.
toString() - Method in class org.apache.directory.shared.util.GeneralizedTime
 
toString() - Method in class org.apache.directory.shared.util.Position
 
toString() - Method in class org.apache.directory.shared.util.SequencedHashMap
Provides a string representation of the entries within the map.
toUpperCase(String) - Static method in class org.apache.directory.shared.util.Strings
Rewrote the toLowercase method to improve performances.
trim(String) - Static method in class org.apache.directory.shared.util.Strings
Removes spaces (char <= 32) from both start and ends of this String, handling null by returning null.
trim(byte[]) - Static method in class org.apache.directory.shared.util.Strings
Removes spaces (char <= 32) from both start and ends of this bytes array, handling null by returning null.
trimConsecutiveToOne(String, char) - Static method in class org.apache.directory.shared.util.Strings
Trims several consecutive characters into one.
trimLeft(String) - Static method in class org.apache.directory.shared.util.Strings
Removes spaces (char <= 32) from start of this String, handling null by returning null.
trimLeft(char[], int) - Static method in class org.apache.directory.shared.util.Strings
Removes spaces (char <= 32) from start of this array, handling null by returning null.
trimLeft(String, Position) - Static method in class org.apache.directory.shared.util.Strings
Removes spaces (char <= 32) from a position in this array, handling null by returning null.
trimLeft(byte[], Position) - Static method in class org.apache.directory.shared.util.Strings
Removes spaces (char <= 32) from a position in this array, handling null by returning null.
trimLeft(byte[], int) - Static method in class org.apache.directory.shared.util.Strings
Removes spaces (char <= 32) from start of this array, handling null by returning null.
trimRight(String) - Static method in class org.apache.directory.shared.util.Strings
Removes spaces (char <= 32) from end of this String, handling null by returning null.
trimRight(String, int) - Static method in class org.apache.directory.shared.util.Strings
Removes spaces (char <= 32) from end of this String, handling null by returning null.
trimRight(char[], int) - Static method in class org.apache.directory.shared.util.Strings
Removes spaces (char <= 32) from end of this array, handling null by returning null.
trimRight(String, Position) - Static method in class org.apache.directory.shared.util.Strings
Removes spaces (char <= 32) from end of this string, handling null by returning null.
trimRight(byte[], Position) - Static method in class org.apache.directory.shared.util.Strings
Removes spaces (char <= 32) from end of this string, handling null by returning null.
trimRight(byte[], int) - Static method in class org.apache.directory.shared.util.Strings
Removes spaces (char <= 32) from end of this array, handling null by returning null.

U

Unicode - Class in org.apache.directory.shared.util
Various unicode manipulation methods that are more efficient then chaining operations: all is done in the same buffer without creating a bunch of string objects.
Unicode() - Constructor for class org.apache.directory.shared.util.Unicode
 
UNICODE_SUBSET - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
%01-%27 %2B-%5B %5D-%7F
UnicodeConstants - Interface in org.apache.directory.shared.util
Various UTF constants are kept here.
UnixCrypt - Class in org.apache.directory.shared.util
Unix Crypt.
UPPER_CASE - Static variable in class org.apache.directory.shared.util.Strings
upperCase = 'A' ..
upperCase(String) - Static method in class org.apache.directory.shared.util.Strings
Converts a String to upper case as per String.toUpperCase().
useComponent(String) - Method in class org.apache.directory.shared.util.AbstractSimpleComponentsMonitor
Use a component.
useComponent(String) - Method in interface org.apache.directory.shared.util.ComponentsMonitor
Use a component.
useComponent(String) - Method in class org.apache.directory.shared.util.MandatoryAndOptionalComponentsMonitor
Use a component.
UTC_TIME_ZONE - Static variable in class org.apache.directory.shared.util.DateUtils
Defines an UTC/GMT time zone
UTF8_FIVE_BYTES - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
UTF8_FIVE_BYTES_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
UTF8_FOUR_BYTES - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
UTF8_FOUR_BYTES_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
UTF8_MULTI_BYTES_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
UTF8_SIX_BYTES - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
UTF8_SIX_BYTES_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
UTF8_THREE_BYTES - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
UTF8_THREE_BYTES_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
UTF8_TWO_BYTES - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
UTF8_TWO_BYTES_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
utf8ToString(byte[]) - Static method in class org.apache.directory.shared.util.Strings
Return an UTF-8 encoded String
utf8ToString(byte[], int) - Static method in class org.apache.directory.shared.util.Strings
Return an UTF-8 encoded String
utf8ToString(byte[], int, int) - Static method in class org.apache.directory.shared.util.Strings
Return an UTF-8 encoded String
uuidToBytes(String) - Static method in class org.apache.directory.shared.util.Strings
converts the string representation of an UUID to bytes
uuidToString(byte[]) - Static method in class org.apache.directory.shared.util.Strings
converts the bytes of a UUID to string

V

valueOf(String) - Static method in enum org.apache.directory.shared.util.GeneralizedTime.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.util.GeneralizedTime.FractionDelimiter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.util.GeneralizedTime.TimeZoneFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.directory.shared.util.GeneralizedTime.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.util.GeneralizedTime.FractionDelimiter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.util.GeneralizedTime.TimeZoneFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.directory.shared.util.SequencedHashMap
Implements Map.values().

W

writeExternal(ObjectOutput) - Method in class org.apache.directory.shared.util.SequencedHashMap
Serializes this map to the given stream.
writeUTF(ObjectOutput, String) - Static method in class org.apache.directory.shared.util.Unicode
Writes four bytes of length information to the output stream, followed by the modified UTF-8 representation of every character in the string str.

A B C D E F G H I J K L M N O P R S T U V W

Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.