static class LoggerOddities.LOUserValue<T>
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
LoggerOddities.LOUserValue.LOType |
Modifier and Type | Field and Description |
---|---|
(package private) LoggerOddities.LOUserValue.LOType |
type |
(package private) T |
value |
Constructor and Description |
---|
LOUserValue(LoggerOddities.LOUserValue.LOType type,
T value) |
Modifier and Type | Method and Description |
---|---|
LoggerOddities.LOUserValue.LOType |
getType() |
T |
getValue() |
java.lang.String |
toString() |
LoggerOddities.LOUserValue.LOType type
T value
public LOUserValue(LoggerOddities.LOUserValue.LOType type, T value)
public LoggerOddities.LOUserValue.LOType getType()
public T getValue()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005-2018 MeBigFatGuy.com. All Rights Reserved.