Skip navigation links
A C E F G H I M N P R T U V W _ 

A

append(Appendable, short) - Static method in class com.eaio.util.lang.Hex
Turns a short into hex octets.
append(Appendable, short, int) - Static method in class com.eaio.util.lang.Hex
Turns a short into hex octets.
append(Appendable, int) - Static method in class com.eaio.util.lang.Hex
Turns an int into hex octets.
append(Appendable, int, int) - Static method in class com.eaio.util.lang.Hex
Turns an int into hex octets.
append(Appendable, long) - Static method in class com.eaio.util.lang.Hex
Turns a long into hex octets.
append(Appendable, long, int) - Static method in class com.eaio.util.lang.Hex
Turns a long into hex octets.
append(Appendable, byte[]) - Static method in class com.eaio.util.lang.Hex
Turns a byte array into hex octets.

C

clockSeqAndNode - Variable in class com.eaio.uuid.UUID
The clock sequence and node field of the UUID.
clone() - Method in class com.eaio.uuid.UUID
Clones this UUID.
com.eaio.util.lang - package com.eaio.util.lang
Basic things that I need over and over again.
com.eaio.uuid - package com.eaio.uuid
An implementation of Universally Unique IDentifiers, as outlined in the DCE Universal Token Identifier specification.
compareTo(UUID) - Method in class com.eaio.uuid.UUID
Compares this UUID to another Object.
createTime(long) - Static method in class com.eaio.uuid.UUIDGen
Creates a new time field from the given timestamp.

E

equals(Object) - Method in class com.eaio.uuid.UUID
Compares two Objects for equality.
extract(Any) - Static method in class com.eaio.uuid.UUIDHelper
 

F

fromString(String) - Static method in class com.eaio.uuid.UUID
Dedicated method which allows UUID object to be created by jaxrs runtime.

G

getClockSeqAndNode() - Method in class com.eaio.uuid.UUID
Returns the clock and node field of the UUID (lower 64 bits).
getClockSeqAndNode() - Static method in class com.eaio.uuid.UUIDGen
Returns the current clockSeqAndNode value.
getMACAddress() - Static method in class com.eaio.uuid.UUIDGen
Returns the MAC address.
getTime() - Method in class com.eaio.uuid.UUID
Returns the time field of the UUID (upper 64 bits).

H

hashCode() - Method in class com.eaio.uuid.UUID
Returns a hash code of this UUID.
Hex - Class in com.eaio.util.lang
Number-to-hexadecimal and hexadecimal-to-number conversions.
Hex() - Constructor for class com.eaio.util.lang.Hex
 

I

id() - Static method in class com.eaio.uuid.UUIDHelper
 
insert(Any, UUID) - Static method in class com.eaio.uuid.UUIDHelper
 

M

MAC_ADDRESS - Static variable in class com.eaio.uuid.MACAddressParser
 
MACAddressParser - Class in com.eaio.uuid
The MAC address parser attempts to find the following patterns: .{1,2}:.{1,2}:.{1,2}:.{1,2}:.{1,2}:.{1,2} .{1,2}-.{1,2}-.{1,2}-.{1,2}-.{1,2}-.{1,2}
MACAddressParser() - Constructor for class com.eaio.uuid.MACAddressParser
 

N

newTime() - Static method in class com.eaio.uuid.UUIDGen
Generates a new time field.
nilUUID() - Static method in class com.eaio.uuid.UUID
Returns the nil UUID (a UUID whose values are both set to zero).

P

parseLong(CharSequence) - Static method in class com.eaio.util.lang.Hex
Parses a long from a hex encoded number.
parseShort(String) - Static method in class com.eaio.util.lang.Hex
Parses a short from a hex encoded number.

R

read(InputStream) - Static method in class com.eaio.uuid.UUIDHelper
 
readExternal(ObjectInput) - Method in class com.eaio.uuid.UUID
Tweaked Serialization routine.

T

time - Variable in class com.eaio.uuid.UUID
The time field of the UUID.
toAppendable(Appendable) - Method in class com.eaio.uuid.UUID
Appends a String representation of this object to the given Appendable object.
toString() - Method in class com.eaio.uuid.UUID
Returns this UUID as a String.
toStringBuffer(StringBuffer) - Method in class com.eaio.uuid.UUID
Appends a String representation of this to the given StringBuffer or creates a new one if none is given.
type() - Static method in class com.eaio.uuid.UUIDHelper
 

U

UUID - Class in com.eaio.uuid
Creates UUIDs according to the DCE Universal Token Identifier specification.
UUID() - Constructor for class com.eaio.uuid.UUID
Constructor for UUID.
UUID(long, long) - Constructor for class com.eaio.uuid.UUID
Constructor for UUID.
UUID(UUID) - Constructor for class com.eaio.uuid.UUID
Copy constructor for UUID.
UUID(CharSequence) - Constructor for class com.eaio.uuid.UUID
Parses a textual representation of a UUID.
UUIDGen - Class in com.eaio.uuid
This class contains methods to generate UUID fields.
UUIDGen() - Constructor for class com.eaio.uuid.UUIDGen
 
UUIDHelper - Class in com.eaio.uuid
The UUID struct.
UUIDHelper() - Constructor for class com.eaio.uuid.UUIDHelper
 
UUIDHolder - Class in com.eaio.uuid
The UUID struct.
UUIDHolder() - Constructor for class com.eaio.uuid.UUIDHolder
 
UUIDHolder(UUID) - Constructor for class com.eaio.uuid.UUIDHolder
 

V

value - Variable in class com.eaio.uuid.UUIDHolder
 

W

write(OutputStream, UUID) - Static method in class com.eaio.uuid.UUIDHelper
 
writeExternal(ObjectOutput) - Method in class com.eaio.uuid.UUID
Tweaked Serialization routine.

_

_read(InputStream) - Method in class com.eaio.uuid.UUIDHolder
 
_type() - Method in class com.eaio.uuid.UUIDHolder
 
_write(OutputStream) - Method in class com.eaio.uuid.UUIDHolder
 
A C E F G H I M N P R T U V W _ 
Skip navigation links

Copyright © 2003–2018. All rights reserved.