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

A

a(Object...) - Method in class sugar4xml.xhtml.XHtml
The a element.
abbr - Static variable in class sugar4xml.xhtml.XHtml
The abbr attribute.
abbr(Object...) - Method in class sugar4xml.xhtml.XHtml
The abbr element.
AbstractCollection - Static variable in interface sugar4j.lang.JavaUtil
 
AbstractExecutorService - Static variable in interface sugar4j.lang.JavaUtilConcurrent
 
AbstractList - Static variable in interface sugar4j.lang.JavaUtil
 
AbstractMap - Static variable in interface sugar4j.lang.JavaUtil
 
AbstractMethodError - Static variable in interface sugar4j.lang.JavaLang
 
AbstractOwnableSynchronizer - Static variable in interface sugar4j.lang.JavaUtilConcurrentLocks
 
AbstractPreferences - Static variable in interface sugar4j.lang.JavaUtilPrefs
 
AbstractQueue - Static variable in interface sugar4j.lang.JavaUtil
 
AbstractQueuedLongSynchronizer - Static variable in interface sugar4j.lang.JavaUtilConcurrentLocks
 
AbstractQueuedSynchronizer - Static variable in interface sugar4j.lang.JavaUtilConcurrentLocks
 
AbstractSequentialList - Static variable in interface sugar4j.lang.JavaUtil
 
AbstractSet - Static variable in interface sugar4j.lang.JavaUtil
 
abstractt() - Method in class sugar4j.Sugar4j
Yields abstract.
abstractt - Static variable in class sugar4xml.xsd.Xsd
The abstract attribute.
accept - Static variable in class sugar4xml.xhtml.XHtml
The accept attribute.
acceptCharset - Static variable in class sugar4xml.xhtml.XHtml
The accept-charset attribute.
AccessibleObject - Static variable in interface sugar4j.lang.JavaLangReflect
 
accesskey - Static variable in class sugar4xml.xhtml.XHtml
The accesskey attribute.
acronym(Object...) - Method in class sugar4xml.xhtml.XHtml
The acronym element.
action - Static variable in class sugar4xml.xhtml.XHtml
The action attribute.
add(String) - Method in interface sugar4j.lang.Adder
Adds the given string to this container.
add(String) - Method in class sugar4j.lang.BuilderAdder
 
add - Static variable in interface sugar4j.lang.JavaUtil
 
add(Object, Object) - Method in class sugar4j.Sugar4j
Math add or string concatenation +.
Adder - Interface in sugar4j.lang
The container of all add operations.
addImport(String, boolean) - Method in class sugar4j.lang.ImportManager
Adds the given type to the import list.
address(Object...) - Method in class sugar4xml.xhtml.XHtml
The address element.
Adler32 - Static variable in interface sugar4j.lang.JavaUtilZip
 
align - Static variable in class sugar4xml.xhtml.XHtml
The align attribute.
all(Object...) - Method in class sugar4xml.xsd.Xsd
The all element.
alt - Static variable in class sugar4xml.xhtml.XHtml
The alt attribute.
and(Object, Object) - Method in class sugar4j.Sugar4j
Conditional and &&.
annotate(Object, Object...) - Method in class sugar4j.Sugar4j
Annotates a java element
AnnotatedElement - Static variable in interface sugar4j.lang.JavaLangReflect
 
Annotation - Static variable in interface sugar4j.lang.JavaLangAnnotation
 
annotation() - Method in class sugar4j.Sugar4j
Creates an annotation type using this getClassSimpleName() as the name.
annotation(String) - Method in class sugar4j.Sugar4j
Creates an annotation type.
annotation(Object...) - Method in class sugar4xml.xsd.Xsd
The annotation element.
AnnotationFormatError - Static variable in interface sugar4j.lang.JavaLangAnnotation
 
AnnotationTypeMismatchException - Static variable in interface sugar4j.lang.JavaLangAnnotation
 
any(Object...) - Method in class sugar4xml.xsd.Xsd
The any element.
anyAttribute(Object...) - Method in class sugar4xml.xsd.Xsd
The anyAttribute element.
append - Static variable in interface sugar4j.lang.JavaLang
 
Appendable - Static variable in interface sugar4j.lang.JavaLang
 
appinfo(Object...) - Method in class sugar4xml.xsd.Xsd
The appinfo element.
archive - Static variable in class sugar4xml.xhtml.XHtml
The archive attribute.
area(Object...) - Method in class sugar4xml.xhtml.XHtml
The area element.
ArithmeticException - Static variable in interface sugar4j.lang.JavaLang
 
Array - Static variable in interface sugar4j.lang.JavaLangReflect
 
arrayAt(Object, Object) - Static method in class sugar4j.Sugar4j
Access an array element at a given index.
ArrayBlockingQueue - Static variable in interface sugar4j.lang.JavaUtilConcurrent
 
ArrayDeque - Static variable in interface sugar4j.lang.JavaUtil
 
ArrayIndexOutOfBoundsException - Static variable in interface sugar4j.lang.JavaLang
 
arrayInit(Object...) - Static method in class sugar4j.Sugar4j
Returns an array initializer for the given elements.
arrayLength(Object) - Static method in class sugar4j.Sugar4j
Access the length member of the given array.
ArrayList - Static variable in interface sugar4j.lang.JavaUtil
 
arrayNew(Object, Object...) - Static method in class sugar4j.Sugar4j
Creates a new array with the given sizes.
arrayNeww(Object, Object...) - Static method in class sugar4j.Sugar4j
Creates a new array and initializes it with the given initializers.
arrayOf(Object) - Static method in class sugar4j.Sugar4j
An array of the given classss.
Arrays - Static variable in interface sugar4j.lang.JavaUtil
 
ArrayStoreException - Static variable in interface sugar4j.lang.JavaLang
 
AssertionError - Static variable in interface sugar4j.lang.JavaLang
 
assertt(Object, Object...) - Method in class sugar4j.Sugar4j
Yields an assert statement.
assign(Object...) - Method in class sugar4j.Sugar4j
Yields a =.
assignBitAnd(Object, Object) - Method in class sugar4j.Sugar4j
Yields a &= expression.
assignBitOr(Object, Object) - Method in class sugar4j.Sugar4j
Yields a |= expression.
assignBitXor(Object, Object) - Method in class sugar4j.Sugar4j
Yields a ^= expression.
assignDivide(Object, Object) - Method in class sugar4j.Sugar4j
Yields a /= expression.
assignLeftShift(Object, Object) - Method in class sugar4j.Sugar4j
Yields a <<= expression.
assignMinus(Object, Object) - Method in class sugar4j.Sugar4j
Yields a -= expression.
assignPlus(Object, Object) - Method in class sugar4j.Sugar4j
Yields a += expression.
assignRemainder(Object, Object) - Method in class sugar4j.Sugar4j
Yields a %= expression.
assignRightShiftSigned(Object, Object) - Method in class sugar4j.Sugar4j
Yields a >>= expression.
assignRightShiftUnsigned(Object, Object) - Method in class sugar4j.Sugar4j
Yields a >>>= expression.
assignTimes(Object, Object) - Method in class sugar4j.Sugar4j
Yields a *= expression.
AtomicBoolean - Static variable in interface sugar4j.lang.JavaUtilConcurrentAtomic
 
AtomicInteger - Static variable in interface sugar4j.lang.JavaUtilConcurrentAtomic
 
AtomicIntegerArray - Static variable in interface sugar4j.lang.JavaUtilConcurrentAtomic
 
AtomicIntegerFieldUpdater - Static variable in interface sugar4j.lang.JavaUtilConcurrentAtomic
 
AtomicLong - Static variable in interface sugar4j.lang.JavaUtilConcurrentAtomic
 
AtomicLongArray - Static variable in interface sugar4j.lang.JavaUtilConcurrentAtomic
 
AtomicLongFieldUpdater - Static variable in interface sugar4j.lang.JavaUtilConcurrentAtomic
 
AtomicMarkableReference - Static variable in interface sugar4j.lang.JavaUtilConcurrentAtomic
 
AtomicReference - Static variable in interface sugar4j.lang.JavaUtilConcurrentAtomic
 
AtomicReferenceArray - Static variable in interface sugar4j.lang.JavaUtilConcurrentAtomic
 
AtomicReferenceFieldUpdater - Static variable in interface sugar4j.lang.JavaUtilConcurrentAtomic
 
AtomicStampedReference - Static variable in interface sugar4j.lang.JavaUtilConcurrentAtomic
 
attribute(Object, String, Object...) - Method in class sugar4j.Sugar4j
Adds an annotation attribute inside an annotation type declaration.
attribute(Object...) - Method in class sugar4xml.xsd.Xsd
The attribute element.
attributeFormDefault - Static variable in class sugar4xml.xsd.Xsd
The attributeFormDefault attribute.
attributeGroup(Object...) - Method in class sugar4xml.xsd.Xsd
The attributeGroup element.
Attributes - Static variable in interface sugar4j.lang.JavaUtilJar
 
axis - Static variable in class sugar4xml.xhtml.XHtml
The axis attribute.

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