Answer the question
In order to leave comments, you need to log in
What is written here?
Hello everyone, help me figure out what the line means setAllField.confidence
?
MutableAgentField setAllField = allFields.get(SET_ALL_FIELDS);
long confidence = setAllField.confidence;
Answer the question
In order to leave comments, you need to log in
If the search engine is not mistaken, then we are talking about yauaa .
In this case, allFields is a map where the key is a string and the value is an object:
557 Map<String, MutableAgentField> allFields = new HashMap<>();
import nl.basjes.parse.useragent.AgentField.MutableAgentField;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question