8
Voldemort Collections Library Jason Ko

Voldemort collections library

Embed Size (px)

Citation preview

Page 1: Voldemort collections library

Voldemort Collections Library

Jason Ko

Page 2: Voldemort collections library

Voldemort Collections LibraryKey (update id) Value (my activity)

1 “vote” Sept 19

2 “for” Sept 20

3 “me” Sept 21

Page 3: Voldemort collections library

Voldemort Collections LibraryKey (update id) Value (my activity)

1 “vote” Sept 19

2 “for” Sept 20

3 “me” Sept 21

1“vote”Sept 19

2“for”

Sept 20

3“me”

Sept 21

Page 4: Voldemort collections library

VStack<K,E> implements Queue<E>

VStack<String, String> stack = new VStack<String, String>(“My Stack”, …);stack.push(“A”)

Page 5: Voldemort collections library

VStack<K,E> implements Queue<E>

stack.push(“B”)

Page 6: Voldemort collections library

VStack<K,E> implements Queue<E>

stack.push(“C”)

Page 7: Voldemort collections library

VLinkedPagedList<K, E> implements Iterable<E>

Page 8: Voldemort collections library

Network Updates