Skip to content

Instantly share code, notes, and snippets.

View ayoukhananov's full-sized avatar

Avi Youkhananov ayoukhananov

  • Outbrain
  • Israel
View GitHub Profile
public class Placeholder {
private final Map<String, Integer> preferences;
private final Map<String, Integer> counts;
public Placeholder(Map<String, Integer> preferences, Map<String, Integer> counts){
this.preferences = preferences;
this.counts = counts;
}