net.jini.id
Class UuidFactory.Impl

java.lang.Object
  extended by net.jini.id.Uuid
      extended by net.jini.id.UuidFactory.Impl
All Implemented Interfaces:
Serializable
Enclosing class:
UuidFactory

private static class UuidFactory.Impl
extends Uuid

Extends Uuid trivially, in order to be a preferred class and retain the original codebase annotation.


Field Summary
private static long serialVersionUID
           
 
Constructor Summary
UuidFactory.Impl(long bits0, long bits1)
           
 
Method Summary
 
Methods inherited from class net.jini.id.Uuid
equals, finalize, getLeastSignificantBits, getMostSignificantBits, hashCode, readResolve, toString, write, writeReplace
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

UuidFactory.Impl

UuidFactory.Impl(long bits0,
                 long bits1)


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.