Package htmlcompiler.compile.db
Class LibraryKey
- java.lang.Object
-
- htmlcompiler.compile.db.LibraryKey
-
public final class LibraryKey extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LibraryKey(java.lang.String name, java.lang.String version, java.lang.String type)
-
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
static LibraryKey
toLibraryKey(LibraryRecord record)
-
-
-
Method Detail
-
toLibraryKey
public static LibraryKey toLibraryKey(LibraryRecord record)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-