aboutsummaryrefslogtreecommitdiff
path: root/java/com/xagasoft/gats/GatsDictionary.java
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-10-24 15:48:04 +0000
committerMike Buland <eichlan@xagasoft.com>2012-10-24 15:48:04 +0000
commitd9b407475ae3ebe434b29d9eabdd7d4416e17881 (patch)
treea534a268f9e131e64958ca746d912398efbae3db /java/com/xagasoft/gats/GatsDictionary.java
parent04f48e8e0560f7c9d4ea883268a3abdbf3bf7d9c (diff)
downloadlibgats-d9b407475ae3ebe434b29d9eabdd7d4416e17881.tar.gz
libgats-d9b407475ae3ebe434b29d9eabdd7d4416e17881.tar.bz2
libgats-d9b407475ae3ebe434b29d9eabdd7d4416e17881.tar.xz
libgats-d9b407475ae3ebe434b29d9eabdd7d4416e17881.zip
More comment/spelling fixes. Added a helper to GatsInputStream so
you can find out how many bytes the previously read object was.
Diffstat (limited to 'java/com/xagasoft/gats/GatsDictionary.java')
-rw-r--r--java/com/xagasoft/gats/GatsDictionary.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/xagasoft/gats/GatsDictionary.java b/java/com/xagasoft/gats/GatsDictionary.java
index 96a07a7..e359dfa 100644
--- a/java/com/xagasoft/gats/GatsDictionary.java
+++ b/java/com/xagasoft/gats/GatsDictionary.java
@@ -9,7 +9,7 @@ import java.util.Hashtable;
9 9
10/** 10/**
11 * Gats dictionary, or hash table. This stores any number of items, keyed with 11 * Gats dictionary, or hash table. This stores any number of items, keyed with
12 * strings. The values can be any valid com.xagasoft.gats.GatsObject decendant 12 * strings. The values can be any valid com.xagasoft.gats.GatsObject descendant
13 * object. This class is often used as the root of complex Gats structures. 13 * object. This class is often used as the root of complex Gats structures.
14 * <p> 14 * <p>
15 * This class implements all standard java Map interface features but contains 15 * This class implements all standard java Map interface features but contains