Guest User

Untitled

a guest
Nov 16th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. public class FileMeta{
  2. String name;
  3. Integer size
  4. }
  5.  
  6. Map<String, List<FileMeta>> map= new ConcurrentHashMap<>();
Add Comment
Please, Sign In to add comment