Package com.ibm.wsspi.anno.util
Interface Util_BidirectionalMap
public interface Util_BidirectionalMap
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final booleanstatic final boolean
- 
Method SummaryModifier and TypeMethodDescriptionbooleancontainsHeld(String heldName) booleancontainsHolder(String holdName) booleanbooleanvoidlog(com.ibm.websphere.ras.TraceComponent tc) voidlogState()selectHeldOf(String holderName) selectHoldersOf(String heldName) 
- 
Field Details- 
IS_ENABLEDstatic final boolean IS_ENABLED- See Also:
 
- 
IS_NOT_ENABLEDstatic final boolean IS_NOT_ENABLED- See Also:
 
 
- 
- 
Method Details- 
getHashTextString getHashText()
- 
getHolderTagString getHolderTag()
- 
getHeldTagString getHeldTag()
- 
logStatevoid logState()
- 
logvoid log(com.ibm.websphere.ras.TraceComponent tc) 
- 
getFactoryUtil_Factory getFactory()
- 
getIsEnabledboolean getIsEnabled()
- 
getHolderInternMapUtil_InternMap getHolderInternMap()
- 
getHeldInternMapUtil_InternMap getHeldInternMap()
- 
containsHolder
- 
getHolderSet
- 
containsHeld
- 
getHeldSet
- 
holds
- 
selectHeldOf
- 
selectHoldersOf
 
-