p2p.storage
Interface Type
public interface Type
Used to define types of data items to store.
No particular operations are defined; however, implementers are
encouraged to provide consistent implementations of
java.land.Object methods, including equals and hashCode,
so that different types can be distinguished.
- Version:
- 1.0.0
- Author:
- @author Roman Schmidt
|
Method Summary |
String |
toString()
Returns a string representation of the type. |
toString
String toString()
- Returns a string representation of the type.
- Overrides:
toString in class Object
- Returns:
- the string.
This is open source software distributed under the terms of the GNU General Public License, a copy of which is included in the file LICENSE. If not you can find the GPL at http://www.gnu.org/copyleft/gpl.txt