MCPcopy Create free account
hub / github.com/oracle/coherence / toString

Method toString

prj/coherence-testing-data/src/main/java/data/Trade.java:137–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135 }
136
137 @Override
138 public String toString()
139 {
140 return new StringBuffer().append("Symbol: " + m_sSymbol).append(", Id: " + m_iId)
141 .append(", Lot: " + m_nLot).append(", Price: " + m_dPrice)
142 .append(", isOddLot " + isOddLot()).toString();
143 }
144
145 // ----- calculated properties -----------------------------------------
146

Callers

nothing calls this directly

Calls 3

isOddLotMethod · 0.95
toStringMethod · 0.65
appendMethod · 0.65

Tested by

no test coverage detected