com.tc.object.bytecode
Interface TCMap


public interface TCMap


Method Summary
 void __tc_applicator_clear()
           
 void __tc_applicator_put(java.lang.Object key, java.lang.Object value)
           
 void __tc_applicator_remove(java.lang.Object key)
           
 java.util.Collection __tc_getAllEntriesSnapshot()
           
 java.util.Collection __tc_getAllLocalEntriesSnapshot()
           
 void __tc_put_logical(java.lang.Object key, java.lang.Object value)
           
 void __tc_remove_logical(java.lang.Object key)
           
 

Method Detail

__tc_applicator_put

void __tc_applicator_put(java.lang.Object key,
                         java.lang.Object value)

__tc_applicator_remove

void __tc_applicator_remove(java.lang.Object key)

__tc_applicator_clear

void __tc_applicator_clear()

__tc_remove_logical

void __tc_remove_logical(java.lang.Object key)

__tc_put_logical

void __tc_put_logical(java.lang.Object key,
                      java.lang.Object value)

__tc_getAllLocalEntriesSnapshot

java.util.Collection __tc_getAllLocalEntriesSnapshot()

__tc_getAllEntriesSnapshot

java.util.Collection __tc_getAllEntriesSnapshot()


Copyright © 2010 Terracotta, Inc.. All Rights Reserved.