See: Description
| Interface | Description |
|---|---|
| Consumer<T> |
A functional interface (ala Java's
Consumer interface, implemented here for cross compatibility with Android. |
| Class | Description |
|---|---|
| ChangeNotifyingArrayList<E> |
Implementation of ArrayList that watches out for changes to the contents.
|
| DataUtil |
Internal static utilities for handling data.
|
| HttpConnection |
Implementation of
Connection. |
| HttpConnection.KeyVal | |
| HttpConnection.Request | |
| HttpConnection.Response | |
| Validate |
Validators to check that method arguments meet expectations.
|
| W3CDom |
Helper class to transform a
Document to a org.w3c.dom.Document,
for integration with toolsets that use the W3C DOM. |
| W3CDom.W3CBuilder |
Implements the conversion by walking the input.
|
| Exception | Description |
|---|---|
| ValidationException |
Validation exceptions, as thrown by the methods in
Validate. |
Copyright © 2009–2022 Jonathan Hedley. All rights reserved.