Choosing the right Java collection

Interactive guide

by
(press space to begin)

What data do you have?

Key-value pairsItems

Do you use primitive types like int or long?

YesNo

Do you use primitive types like int or long?

YesNo

Use Fastutil collections like: Int2IntMap

learn more on RebelLabs

Do you have duplicate keys?

YesNo

Use Fastutil collections like IntArrayList

learn more on RebelLabs

What is more important fast contains / remove or the order of iteration?

Contains / removeIteration in order

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

Are you in a concurrent environment? Is thread safety an issue?

YesNo

Do you need to query the key by the value?

YesNo

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

Are you in a concurrent environment? Is thread safety an issue?

YesNo

Iteration of sorted values or first in first out?

FIFOSorted

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

Use Maps.synchronizedMultiMap(new ArrayListMultimap())

learn more on RebelLabs

Use Guava ArrayListMultimap

learn more on RebelLabs

Are you in a concurrent environment? Is thread safety an issue?

YesNo

Is the order of iteration important?

YesNo

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

Use ConcurrentHashMap<Key Boolean> as a set

learn more on RebelLabs

Use HashSet

learn more on RebelLabs

Do you need access by the element index?

YesNo

Are you in a concurrent environment? Is thread safety an issue?

YesNo

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

Use Maps.synchronizedBiMap(new HashBiMap())

learn more on RebelLabs

Use Guava HashBiMap

learn more on RebelLabs

First in first out or sorted by key?

FIFOSorted

Are you in a concurrent environment? Is thread safety an issue?

YesNo

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

Are you in a concurrent environment? Is thread safety an issue?

YesNo

Are you in a concurrent environment? Is thread safety an issue?

YesNo

Use PriorityBlockingQueue

learn more on RebelLabs

Use PriorityQueue

learn more on RebelLabs

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

Are you in a concurrent environment? Is thread safety an issue?

YesNo

Are you in a concurrent environment? Is thread safety an issue?

YesNo

Use ConcurrentHashMap

learn more on RebelLabs

Use HashMap

learn more on RebelLabs

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

Use CopyOnWriteArrayList

learn more on RebelLabs

Use ArrayList

learn more on RebelLabs

Use ArrayBlockingQueue or check out JCTools library

learn more on RebelLabs

Use ArrayDeque

learn more on RebelLabs

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

Collections.synchronizedMap(new LinkedHashMap())

learn more on RebelLabs

Use LinkedHashMap

learn more on RebelLabs

Use ConcurrentSkipListMap

learn more on RebelLabs

Use TreeMap

learn more on RebelLabs

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!

404

Well, this is embarrassing, you've found our placeholder slide.

Here, use this link to solve the problem: fixme!