MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / loadFrom

Method loadFrom

src/main/java/History/HistoryReader.java:87–92  ·  view source on GitHub ↗
(final Vector items)

Source from the content-addressed store, hash-verified

85 }
86
87 public final void loadFrom(final Vector items) {
88 messages.removeAllElements();
89 for (Enumeration e = items.elements(); e.hasMoreElements(); ) {
90 messages.addElement((MessageItem)e.nextElement());
91 }
92 }
93
94 public void gotoBegin() {
95 loadFrom(hl.stepBegin());

Callers 3

eventOkMethod · 0.95
gotoBeginMethod · 0.95
gotoEndMethod · 0.95

Calls 2

elementsMethod · 0.80
addElementMethod · 0.80

Tested by

no test coverage detected