diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-29 20:30:46 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-29 20:30:46 +0000 |
| commit | df1dbe48b99a5c86345a58d6da5727cb39547727 (patch) | |
| tree | 6f3a83225f47592e94b1a1ba9953707f348ad21f /sources/utils/VSTupel.java | |
| parent | a4d12944746dcb4f9d1140dfd52c7d58b930c17d (diff) | |
new package documented.
Diffstat (limited to 'sources/utils/VSTupel.java')
| -rw-r--r-- | sources/utils/VSTupel.java | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sources/utils/VSTupel.java b/sources/utils/VSTupel.java index 144b981..cb903f4 100644 --- a/sources/utils/VSTupel.java +++ b/sources/utils/VSTupel.java @@ -5,9 +5,13 @@ package utils; /** - * The Class VSTupel. + * The Class VSTupel. An object of this class represents a 3-Tupel of objects. + * Each object can have its own type. + * + * @author Paul C. Buetow */ public final class VSTupel<A,B,C> { + /** The serial version uid */ private static final long serialVersionUID = 1L; /** The a. */ @@ -20,7 +24,7 @@ public final class VSTupel<A,B,C> { private C c; /** - * Instantiates a new lang.process.removetupel. + * Instantiates a new tupel. * * @param a the a * @param b the b |
