Public Member Functions | |
ContentName | name () |
Get the ContentName of this entry. | |
Interest | interest () |
Get the Interest of this entry. | |
T | value () |
Get the value of this entry. |
Interest org.ccnx.ccn.impl.InterestTable< V >.Entry< T >.interest | ( | ) |
Get the Interest of this entry.
If a name is entered in the table then the Interest will be null.
ContentName org.ccnx.ccn.impl.InterestTable< V >.Entry< T >.name | ( | ) |
Get the ContentName of this entry.
All table entries have non-null ContentName.
T org.ccnx.ccn.impl.InterestTable< V >.Entry< T >.value | ( | ) |
Get the value of this entry.
A value may be null.